form {
  padding-top:2em;
}
#blockout {
	position:absolute;
	left:24px;
	top:128px;
	background:rgba(255,255,255,0.8);
	width:959px;
	height:357px;
}
#success {
	text-align:center;
}
#success,
#errors {
	width:450px;
	position:absolute;
	left:250px;
	top:200px;
	padding:20px 20px 10px;
	background:#FFF;
	border:3px double #CCC;
}
#success h3,
#errors h3 {
	margin:0 0 10px;
	font-size:20px;
}
#errors ul {
	margin:10px 20px;
	list-style:square;
	font-size:11px;
}
#success p.try-again,
#errors p.try-again {
	border-top:1px solid #CCC;
	padding:10px 0px;
	margin:10px -10px -0px;
}
#success p.try-again a,
#errors p.try-again a {
	display:block;
	float:right;
	text-align:center;
	border:1px solid #CCC;
	padding:5px 30px;
}
h2 {
  display:none
}
#main {
  padding:35px 50px;
  overflow:hidden;
	_height:1%;
	_margin-bottom:-14px;
  background:#edf2f5 url(/stylesheets/images/contact.jpg) repeat-y left top;
	color:#332600;
}
#address {
  float:left;
  width:350px;
font-size:11px;
line-height:15px;
}
#address h4 {
	font-size:12px;
	margin:1.5em 0 0 ;
}
#address strong {
	font-weight:normal;
}
#address abbr {
	border-bottom:none;
}
#contact-form {
  width:500px;
  float:left;
}
#address p {
	margin:0;
}
#contact-form .tip {
  display:none;
}
#contact-form p {
	margin:0;
}
#contact-form .text.field {
  margin-bottom:1em;
	_margin-bottom:0;
	_padding-right:10px;

}
#contact-form .text input {
  width:170px;
  height:18px;
  border:1px solid #7F7F7F;
	margin-bottom:5px;
	_margin-bottom:0;
	_width:160px;
}

#contact-form   label {
	font-size:13px;
	font-weight:bold;
}
#contact-form  .textarea.field {
  float:right
}
#contact-form textarea {
  width:310px;
  height:128px;
	_height:146px;
  background:#FFF;
  border:1px solid #7F7F7F;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
}
#contact-form button {
	width:113px;
	height:42px;
	background:url(/stylesheets/images/submit.jpg) no-repeat;
	border:none;
	text-align:left;
	text-indent:-100em;
	float:right;
	margin:0px;
	cursor:pointer;
}
.required label:after {
  content: "(required)";
  color:#8FAAC1;
	padding-left:86px;
	font-size:10px;
	padding-bottom:3px;
	font-weight:normal;
}

