
#locMap {
	width:780px;
	height: 415px;
	position: relative;
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -32px;	
	margin-right:-32px;
}

.mapPin  {

}


#formArea{

}

.popBox {
	background:url(../images/locPop-hdr.jpg);
	background-repeat: no-repeat;
	margin-top:30px;
	background-color:#fff;
	border:solid 1px #666;
	width:200px;
	
}

.mapLink {
	color:#000;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

.popBox table {
	margin:5px ;
	text-align:left;
	line-height: 15px;
}

.popBox td {
	font-size:12px;
	
}

.popTitle {
	font-size:15px;
	font-weight:bold;
	color:#373737;
}

.locForm {
	width:180px;
	margin-bottom:5px;
	margin-left:5px;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	background-color:#FFF;
	border: solid 1px #666;
	margin: 3px;
}

.req_input {
	border:2px solid #cc0000;
}

.calc_input {
	border:2px solid #333333;	
}
	
