
#locMap {
	width:400px;
	height: 400px;
	border:solid 1px #666;
	position: relative;
	text-indent: 0;
	
}

a.pinLink  {
	background-image:url(../images/loc-white.png);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#DB0E1F;
	

}
a:hover.pinLink  {
	text-decoration:none;
}

#formArea{
	height: 600px;
}

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

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

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

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

.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 #A30413;
	margin: 3px;
}
	