/* CONTROL contact_form CSS */
input.comment {
	margin-bottom: 10px;
    height:24px;
    width:300px;
}
input.captcha {
    margin:12px;
    height:24px;
    width:140px;
}
#captchaimg  {
    /*margin-top:8px;*/
}
#commentsubmit {
   height: 40px;
   width: 124px;
}

.w140 {
	margin-bottom: 10px;
    width:75px;
    float:left;
}
.label {
	/*margin-left: 70px;*/
}

.textareacom {
	width:300px; height:90px;
}