@charset "UTF-8";



form fieldset {
	border: none;
	padding: 0;
	}
   
form legend {
	display: none;
	}

form input, form select, form textarea {
	padding: 4px;
	font-size: 11px;
	font-weight:bold;
	background: #EEE;
	border: 1px solid #DDD;
}

form input:focus, form select:focus, form textarea:focus {
	background:#DDD;
	border: 1px solid #CCC;
	}

form label {
	float: left;
	width: 9em;
	line-height: 1.65em;
	text-align: right;
	padding-right: .5em;
}

form ol {
	list-style: none;
	}

form ol li {
	margin-bottom: 2px;
	}
   
form input.plain {
	border: none;
	background: transparent;
	}
   
form textarea {
	overflow: auto;
	}
   
form fieldset ol li span {
	display: block;
	float: left;
	font-size: 11px;
	color: #777;
	width: 250px;
	line-height: 1.1em;
	padding: .5em;
	}
		
		
/* CONTACT PAGE SPECIFIC */		

#contactForm form label {
	line-height: 24px;
}
#contactForm form input, form select, form textarea {
	margin-bottom:3px;
}	
#send{ text-align:right; padding-right:35px; }
