/* CSS Document - Rollinson's Home Center - Contact Page*/
/* rollinsons-contact.css  -  5/19/2009  */
#phonenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	background-color: #E5E5E5;
	text-align: center;
	margin: 1px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
#messageform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000033;
}
#contacttitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #CC0000; 
	font-weight: bold; 
	font-style: italic;
	text-align: center;
	margin: 1px 0 4px 0;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #888888;
	border-bottom: 1px dashed #A63200;
}
.rtbdr {
	border-right: 1px dashed #A63200;
}
.error {
	border: 1px solid #FF0000;
	text-align: left;
	color: #CC0000;
	list-style-type: none;
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}

