/*** General Contact Form ***/
.remortgagecontactform input.text, .remortgagecontactform textarea, .remortgagecontactform .email, .remortgagecontactform .telephone,
.generalenquiry input.text, .generalenquiry textarea, .generalenquiry .email, .generalenquiry .telephone, .generalenquiry .fullname,
.generalenquiry .contourField
{
	width: 100% !important;
}
#contour_form_GeneralEnquiry label.fieldLabel, .contour_form_GeneralEnquiry label.fieldLabel {
    color: #555 !important;
}
.remortgagecontactform .btn-u, .advisor-search-contact-form .btn-u, .generalenquiry .btn-u {
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    padding: 6px 13px;
    position: relative;
    background: #5cb85c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    margin-top: 5px;
}
.generalenquiry .contourNavigation, .remortgagecontactform .contourNavigation{
	text-align: left;
}
.generalenquiry textarea{
	height: 150px;
}