
/* form style */
#myform {
	background:#a4c0b7 url(/img/gradient/h300.png) repeat-x;	/*form BG color outer section*/
	padding:15px 20px; 
	color:#a4c0b7; /*form BG color outer section*/
	width:585px;
	margin:0 auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	margin-top:100px;
} 

/* nested fieldset */
#myform fieldset {
	border:0;
	margin:0;
	padding:0;
	background:#a4c0b7	/*form BG color inner section*/
}

/* typography */
#myform h3 	{ color:#eee; margin-top:0px; }
#myform div 	{
	font-size:11px;
	text-align: left;	
	
}


/* input field */
#myform input {
	border:1px solid #859b94;
	background-color:#ffffff;
	padding:5px;
	color:#394025;
	font-size:12px;
	
	
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
}

#myform textarea {
	border:1px solid #859b94;
	background-color:#ffffff;
	padding:5px;
	color:#394025;
	font-size:12px;
	
	
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
}

#myform input:focus 		{ color:#394025; background-color:#e7f1cd; }
#myform input:active 		{ background-color:#888; }

#myform textarea:focus 		{ color:#394025; background-color:#e7f1cd; }
#myform textarea:active 	{ background-color:#888; }



/* button */
#myform button {
	outline:0;
	border:1px solid #666;
	float:left;
	margin-top:7px;
	background-color:#C8DDD4;
	color:#006633;
	font-size:12px;
}

#myform button:hover {
	background-color:#336666;
	color:#FFFFFF;
}

#myform button:active {
	background-color:#FFFF00;
	color:#006633;
}

#submitButton{
	margin-left:203px;
}
#resetButton{
	margin-left:10px;
}


/* error message */
.error {
	height:12px;
	background-color:#FFFE36;
	font-size:9px;
	border:1px solid #E1E16D;
	padding:2px 5px;
	color:#000;
	margin-left:-180px;
	margin-top:17px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;	
}

/* field label */
label {
	display:block;
	font-size:11px;
	color:#ffffff;
}

#formemail{
	height:44px; /*IE fields are 2px shorter with no rounded corners. This value ensures div positions line up*/
	margin-left:0px;
	margin-top:0px;
}

.shortfield{ /*corrects inconsistent renering of field widths between browsers, specifically Firefox and iPhone Safari*/
	width:171px;
}

.longfield{ /*corrects inconsistent renering of field widths between browsers, specifically Firefox and iPhone Safari*/
	width:372px;
}

#formname{
	height:44px; /*IE fields are 2px shorter with no rounded corners. This value ensures div positions line up*/
	margin-left:200px;
	margin-top:-44px;

}

#formwebsite{
	height:44px; /*IE fields are 2px shorter with no rounded corners. This value ensures div positions line up*/
	margin-left:400px;
	margin-top:-44px;

}
#formrequest{
	margin-top:5px;
	margin-left:200px;

}

#terms label {
	float:left;
}

#terms input {
	margin:0 5px;
}
