/* CONTACT */
#contact {
	width: 100%;
}
#contact .err{
	color: #304F67;
}
#contact .label{
	margin: 6px 0px 6px 0px;
	font: 700 9pt/18px Arial;
}
#contact .row{
	padding: 5px 0px 5px 0px;
	font: 100 9pt/18px Arial;
}
#contact .err_row{
	padding: 5px 0px 5px 0px;
	font: 100 9pt/18px Arial;
	color: #304F67;
}
#contact .line hr{
	height: 1px;
	color: #DEDEDE;
	margin: 5px 0px 5px 0px;
}
#contact input, #contact textarea{
	border-style:groove;
}

/* CONTACT ADDED */
#contact_added{
	width: 100%;
	line-height: 140%;
	font: 100 9pt/18px Arial;
}
