/*----------------------------------------------------------------------------- 
contact.css
-----------------------------------------------------------------------------*/ 

/********* contact form ***********/

#colA2 h3 {
	font-size: 1.4em;
	font-family: georgia;
	font-weight: bold;
	margin-bottom: 0.5em;
}	

#colB2 h4 { color: #FF6C00; }

/********* microformat hCard ***********/
#colB2 .vcard {
	font-size: 1.3em;
	color: #5C5C5C;
	line-height: 1.5em;
}
	#colB2 .vcard .adr { margin: 0 0 1.0em 0; }
	#colB2 a {
		font-size: 1.3em;
		line-height: 1.5em;
		text-decoration: underline;
		color: #5C5C5C;
	}
	#colB2 a:hover { color: #FF6C00; }

#colA2 label {
	font-size: 1.2em;
	margin: 0.5em 1em 0 0;
	display: block;
	float: left;
	text-align: right;
	width: 13em;
}
	#colA2 label span { color: #ff0000; }
	
#colA2 textarea,
#colA2 input {
	color: #666666;
	font-size: 1em;
	padding: 0.2em;
	width: 18em;
	position: relative;
	top: -1.5em;
	left: 14em;
	border: 1px solid #7F9DB9;
}
	#colA2 a.button input {
		background: url(../img/btn.get.free.estimate.gif) no-repeat 0 0;
		width: 185px;
		height: 33px;
		text-indent: -9999px;
		display: block;
		border: 0;
		position: relative;
		margin-left: 1em;
	}
		#colA2 a:hover input.button { background-position: 0 -33px; }
		#colA2 a:active input.button { background-position: 0 -66px; }

		a.send {
	background: url(../img/btn.send.gif) no-repeat 0 0;
	width: 80px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: -1em 0 0 16.4em;
	_margin: -1em 0 0 8.2em;
}
	a.send:hover { background-position: 0 -30px }
	a.send:active { background-position: 0 -60px; }
		
#colA2 textarea {
	margin: 0.4em 0 0.8em;
	height: 9em;
	width: 21.0em;
}

#colA2 p.error { 
	color: #ff0000;
	border-top: 1px solid #cccccc;
	font-weight: bold;
	padding-top: 1.5em;
}
#colA2 label.error input, #colA2 label.error textarea { background-color: #FFFF98; }
#colB p span.error,
#colA2 p span.error {
	color: #ff0000;
	font-weight: bold;
}
/********* end contact form *******/
