/*----------------------------------------------------------------------*/
#contact {
  height:		400px;
}
#contact #notice {
  position:		absolute;
  bottom:		20px;
  right:		70px;
  color:		#009933;
}
#contact #thanks {
  position:		absolute;
  left:			0px;
  top:			0px;
  width:		100%;
  height:		100%;
}
#contact #thanks span {
  display:		none;
}
/*----------------------------------------------------------------------*/
#contactInfo {
  text-transform:	uppercase;
}
#contactInfo h4 {
  font-weight:		bold;
}
#contactInfo .map {
  width:		285px;
  height:		200px;
  margin:		-20px 0px 20px 0px;
  border:		1px solid #A8A8A8;
}