@charset "UTF-8";
/* CSS Document */

#contact_content {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}

#contact_content h3 {
	height: 27px;
	background: transparent url(images/contact_h3.png) no-repeat 0 0;
	text-indent: -9999px;

}

#contact_content p {margin: 0px 0px 0px 0px; padding: 0px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	left: 5px;
}

#contact_content a { color: #001255;}


/* Stuff for the contact form */
#contact-form p {
  width: 350px;
  clear: left;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  padding-left: 155px; /*width of left column containing the label elements*/
  border-top: 1px dashed gray;
  height: 1%;
}

#contact-form label {
  font-weight: bold;
  float: left;
  margin-left: -155px; /*width of left column*/
  width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#contact-form select {
  width: 225px;
  height: 19px;
}

#contact-form input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
  width: 220px;
  height: 14px;
}

#contact-form textarea {
  width: 300px;
  height: 100px;
}
.error {color:#F00; font-weight:bold;}
