#request_info{
	margin-bottom: 20px;
}

.formLabel{
	width: 160px;
	font-weight: bold;
	vertical-align: top;
}

.formLabel span{
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
}

/* form formatting */
#email{
	width: 200px;
}

#time_to_call{
	width: 280px;
}

#notes{
	width: 280px;
	height: 80px;
}

.errors{
	border: 1px solid red;
	color: red;
	padding: 5px;
}

div.formError *{
	border: 2px solid red;
	color: red;
}