/* CSS Document */

br{
	clear: left;
}

div#content form{
	padding: 0;
	margin-top: 10px;
	display: block;
}

div#content label{
	width: 155px;
	margin: 3px 0;
	float: left;
}

div#content label.long{
	width: 290px;
	float: left;
}

div#content label.button{
	width: 50px;
	margin: 5px 3px 0 0;
	float: left;
}

div#content input, div#content textarea, div#content select{
	border: #AAA solid 1px;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 3px;
	color: #999;
	margin: 3px 0;
	float: left;
	border-top: #666 solid 1px;
}

div#content select{
	padding: 0 0 0 3px;
}

div#content input:focus, div#content textarea:focus, div#content select:focus, div#content input:hover, div#content textarea:hover, div#content select:hover{
	border-top: #C00 solid 1px;
	background: #f6f6f6;
	color: #111;
}

div#content input.checkbox{
	margin: 2px 0;
	background: none;
	border: none;
}

.error, .required{
	color: #C00;
}

.value{
	margin: 2px 5px;
}	

div.security{
	padding: 10px 0;
	border-top: #CCC solid 1px;
}

div.captcha img{
	border: 1px solid #AAA;
}

div.rc_cmdbutton{
	padding: 20px 0 0 155px;
}

div#content .rc_cmdbutton input{
	background: #666;
	color: #FFF;
	padding: 3px 8px;
	margin: 0 8px 0 0;
}

div#content .rc_cmdbutton input:hover{
	background: #C00;  
	color: #FFF;
}
