.contactcontent {
  width: auto;
  padding: 20px 20px 20px 50px;
  float:left;
}
.contact_textboxdiv {
  background:url("../images/textbox-bg.jpg") no-repeat scroll 0 0 transparent;
  border:0 none;
  color:#999999;
  font-size:9px;
  height:24px;
  margin-bottom:5px;
  padding:0 5px 0;
  width:310px;
}

.contact_textareadiv {
  background:url("../images/comment-text.jpg") no-repeat scroll 0 0 transparent;
  border:0 none;
  color:#999999;
  font-size:11px;
  height:130px;
  padding:5px;
  width:363px;
}
.contacttextbox {
  background:none repeat scroll 0 0 transparent;
  border:0 none;
  color:#333333;
  font-size:11px;
  height:13px;
  margin-top:3px;
  padding:0;
}
.textareaContact {
  background:none repeat scroll 0 0 transparent;
  border:medium none;
  color:#333333;
  font-size:8pt;
  height:105px;
  width:355px;
  overflow: auto;
}
.c_name {
	width: 205px;
}
.c_company {
	width: 195px;
}
.c_phone {
	width: 250px;
}
.c_email {
	width: 255px;
}
.securityquestion {
    width: 74px;
    height: 15px;
    font-size: 11px;
    background: transparent url(../images/securityquestion-bg.png) no-repeat;
    border: 0;
    text-align: center;
    padding: 2px;
    color: #333333;
}
.securityLabel {
	float: left;
	margin-top: 2px;
	white-space: nowrap;
	font-size: 8pt;
}
.sendbtn {
    width: 71px;
    height: 19px;
    float:left;
    cursor: pointer;
    cursor: hand;
}
.divsecurity {
  float:right;
  width: 150px;
  height: 20px;
  margin-right: 2px;
  padding: 1px;
}
.divsecurity div {
  float: left;
}


.captcha{
  float: right;
  width: 74px;
  height: 19px;
  padding-left: 10px;
  padding-top: 2px;
  background-image: url(../images/contactCaptcha.html);
  background-repeat: no-repeat;
  margin-top: 2px;
}

.captcha input{
  width: 60px;
  height: 11px;
  padding: 1px;
  font-family: Verdana;
  font-size: 8pt;
  border: 0;
  text-align: center;
}

.c_button{
  float: right;
  padding-left: 3px;
}

.c_error_fieldset{
  width: 684px;
  text-align: left;
  margin-bottom: 10px;
  border: 1px solid #ED2100;
}

.c_error_legend{
  padding-bottom: 1px;
  color: #DC3030;
  font-family: Verdana;
  font-size: 8pt;
}

.c_error_container{
  padding: 1px 1px;
}

.c_error_label{
  padding: 1px;
  color: #333333;
  font-family: Verdana;
  font-size: 8pt;
}