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

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

@media screen, projection {

form { 
	padding:7px 0 0 0; }

form li {
	margin:0;
	padding:0;
	list-style-type: none; 
	/*position:relative;*/ }

form label {
	/*position: absolute;
	top:4px;
	left:10px; 
	font-size:12px;
	color:#000; */
	float: left; 
	width: 150px; 
	padding: 7px 0 0 0; 
	font-weight: normal; 
	display:block; 
	clear:both; }

form input, form textarea, form .dropmenu {
	background: #f7f7f7;
	border: 1px solid #ccc;
	color: #666;
	font-size:12px;
	margin: 8px 0 0 0;
	outline: none;
	padding: 2px;
	width: 300px; }

form input.styled {
	/*float:left;*/
	margin-top:10px;
	width:30px;}

form input:hover, form textarea:hover { border: 1px solid #b5b4b4; }

form input:focus, form textarea:focus {
	border: 1px solid #b5b4b4;
	color: #666; }

form input.submit {
	background: #323231;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight:bold;
	height: 33px;
	margin: 0;
	outline: none;
	text-transform: uppercase;
	padding: 2px 10px 4px 10px;
	width: auto;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; }

form input.submit:hover {
	cursor:pointer; }

form input.submit:hover {
	background: #666666;
	text-shadow: 0 1px 0 #323231; }
		
form input.error { border: 1px solid #cc0000; }

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

form li.alert label { 
	color:#bb252c; }

form div.checkbox_line label {
	width:150px;
	font-weight:bold;
}

form div.formactions input {
	width:80px;
	font-weight:bold;
	clear:both;
	cursor:pointer;
	background:auto;
	color:auto;
	border:auto;
}


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

}