body {
   font-family: Arial,Tahoma,sans-serif;
   font-size: 13px;
   line-height: 23px;
   color: #666;
}
input, label {
    display:block;
    width:180px;
}

#column1 {
	float:left;
        margin-right:20px
}

#select_id {
    width:180px;

}
select.error {
   border:2px dotted red;
}

input.error {
   border:2px dotted red;
}
.recaptchatable {
    line-height:12px;
}
#recaptcha_table td:last-child {        /* Hide recaptcha Logo  */
            display:none;
}
