div.form_field_wrapper {
    margin: 10px 0px 0px 0px;
}
#contact_form input {
    width: 373px;
}

#contact_form textarea {
    width: 474px;
}


#registration #id_company_name {
    width: 280px;
}
#registration #id_title {
    width: 250px;
}

#registration #id_confirm_email {
    width: 320px;
}

#form_field_email {
    clear:both;
}

#registration #description {
    margin-right: 10px;
}

#id_about{
	height: 30px;
}
