/* CSS Document */

form{
	margin:0;
	padding:0;
}

label{
	width:125px;
	margin:5px 0;
	float:left;
}

input, textarea, select{
	border:#CCC solid 1px;
	margin:5px 0;
	padding:3px;
	font-size:11px;
	color:#444;
	float:left;
}

input:hover, textarea:hover, select:hover{
	background:#F6F6F6;
}

input:focus, textarea:focus, select:focus{
	border-top:#000 solid 1px;
	background:#F6F6F6;
	color:#000;
}

input.noBorder{
	border:none;
}

.required, .error{
	color:#C00;
	font-size:12px;
}

br{
	clear:left;
}
