
#contact { display: block; width: auto; margin: 0; padding: 0px; border: none; margin-top:9px; overflow:visible }

/* Form style */

#contact label { display: none; float: none; height:0px; }
input[type='text'],input[type='email'], textarea, select { width:220px; padding:21px 0px; font: 13px "PT Mono", "Courier New", Courier, monospace; color:#555; border:0; border-bottom:1px dotted #d3d3d3; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; float:none; display:block; margin:0px 40px; -webkit-appearance: none; background:none}
#contact textarea { margin-bottom:0px; margin-right:0px !important; width: 75%;}
input:focus, textarea:focus, select:focus {  }
input.submit { display: inline-block;
width: auto;
bottom: 40px;
right: 0px;
border: 0px;
color: #8d8d8d;
font-size: 13px;
background: none;
cursor: pointer;
margin-bottom: ;
float: right;}
#contact input.submit:hover { color:#555; }


#contact fieldset { padding-left:0px;}

#contact span.required { padding-left:28px; background:url(../images/bg-bullet.html) no-repeat 12px 5px; margin-left:-28px; }

#message { margin: 0; padding: 0px; z-index:200; height:auto; width:298px }
#success_page { width:298px  }

.error_message { display: block; height:auto; width:298px; padding:19px 40px 19px 40px; color:#8a1f11; }

.loader { display:none; }

#contact .padding-right {padding-right:20px; }
#comments {height: 130px; }
#respond{height:auto;}