@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

@media screen, projection {

/* Form style */

fieldset label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1em; }
fieldset input, fieldset textarea, fieldset select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font-size:1.1em; -moz-border-radius: 5px; -webkit-border-radius:5px; width:90%; }   
fieldset input:focus, fieldset textarea:focus, fieldset select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

span.required{ font-size: 13px; color: #ff0000; vertical-align: top; } /* Select the colour of the * if the field is required. */

fieldset input.submit {
	background: #323231;
	color: #fff;
	border: none;
	font-size: 11px;
	font-weight:bold;
	height: 33px;
	width: 93%;
	margin: 0;
	text-transform: uppercase;
	padding: 2px 10px 4px 10px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}

fieldset input.submit:hover {
	background: #666666;
	cursor: pointer;
}
		
fieldset input.error {
	border: 1px solid #cc0000;
}

/* Error Handling */
fieldset .errorbox { 
	margin:0; 
	font-weight:bold; 
	color:#bb252c;
}

fieldset .alert label { 
	color:#bb252c;
}


/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}