#contact form {
	width: 450px;
	margin-top: 40px;
	margin-left: 0px;
  margin: auto;
}

#contact .directions {
	float: right;
	width: 45%;
}

#contact .directions h3 {
	text-align: center;
}

#map {
	margin: 15px;
}

#contact address {
	padding: 12px;
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	border: 1px solid #8AA9A5;
	border-left:0;
	border-right:0;
	font-style: normal;
	text-align: center;
}

#contact .contact {
  display:block;
  float: left;
  padding:0 2px 5px 0;
  margin:0 0px 10px 0;
  text-align:left;
  background:url(../images/dots_pattern.gif) repeat-x 0 bottom;
  width:160px;
}

#contact .contact dt {
	font-size: 0.9em;
}

#contact .contact dd {
	text-indent: 20px;
}

#contact dl input {
	width: 130px;
}

#contact .optional {
	float: right;
}

#contact select {
	width: 130px;
	
}

#contact .marker_label {
	background-color: green;
	font-size: 1.8em;
	color: white;
}

#contact textarea {
			background:transparent url(../images/bg_textarea.gif) no-repeat 0 0;
			border:none;
			padding:10px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			width:427px;
			height:118px;
}


