#contact fieldset{
	margin-bottom:10px;
}

#contact legend{
	font-weight:bold;
}

#contact legend small{
	display:block;
}

#contact label{
	display:block;
	float:left;
	text-align:right;
	width:100px;
}

#contact input{
	float:left;
	width:250px;
	margin:4px 0 4px 10px;
	border:1px solid #545454;
	font-size:14px;
}

#contact input[type='checkbox'],
#contact input[type='radio']{
	width:auto;
	border:none;
}

#contact .row{
	margin:4px 0;
}

#contact .row label{
	width:200px;
}

#contact textarea{
	width:90%;
}

#contact input[type='submit']{
	width:auto;
}

#contact .required{
	color:#900;
}

#contact .error{
	float:left;
	margin-left:20px;
	background:#fdbfc0;
	color:#900;
	padding:0 2px;
}