body {
	color: #000;
	background: #003300;
	margin: 0;
	padding: 0;
	font: 100%/1.35 Georgia, "Times New Roman", Times, serif;
}
table {
	padding: 10px;
	text-align: center;
}
#holder {
	width: 800px;
	margin: 4px auto;
	padding:10px;
	border-bottom: thin solid #006633;
	border-left: thin solid #006633;
	border-top: thin solid #006633;
	border-right: thin solid #006633;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
}
form {
	width: 650px;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #526598;
	background: #FFF;
	font-size: 0.8em;
	
}

h1 {
	font: bold normal 18px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	text-align: center;
	text-decoration: overline;
	padding-top: 5px;
}
h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}


h3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	border-top: none;
	border-left: thin outset #006633;
	border-bottom: thin outset #006633;
}

input {
	background: #D8D3F8;
	border: 1px solid #526598;
	padding: 2px;
	margin-left: 5px;
}
.remove {
	background: #FFF;
	border: none;
}
.frmbutt {
	border-top: 2px solid #A2A0CF;
	border-right: 2px solid #526598;
	border-bottom: 2px solid #526598;
	border-left: 2px solid #A2A0CF;
	background: #FFF url(../assets/sub_butt.jpg) repeat-x;
	padding: 4px;
}
textarea {
	background: #D8D3F8;
	border: 1px solid #526598;
	padding: 2px;
	width: 200px;
}
input:focus, textarea:focus {
	background: #526598;
	color: #FFF;
	border: 1px solid #D8D3F8;
}
select {
	padding: 1px;
	margin-left: 5px;
	border: 2px solid #526598;
	background: #D8D3F8;
	color: #000;
	}
select:focus {
	background: #526598;
	color: #FFF;
}
option {
	border: 1px dotted #D8D3F8;
	margin: 2px 0 1px;
}
.degree {
	background: #526598;
	color: #FFF;
}
.notapp {
	background: #D8D3F8;
	color: #000;
}
.notapp option {
	border: 1px dotted #526598;
	margin: 2px 0 1px;
} 
label {
	font-weight: bold;
	color: #06006F;
}


.backtotop {
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	}
.quantityprice {
text-align: right;
}
hr {
	color: #003300;
}
