.cfdiv_text label {
    width: 150px;
}
.ccms_form_element label {
    float: left;
    width: 150px;
    line-height: 18px;
    margin: 3px 0 6px;
    font-weight: bold;
}

.ccms_form_element input, textarea, input[type="file"] {
    padding: 4px !important;
    border: 1px solid #d3d3d3;
    margin-bottom: 3px;
	    width: 480px;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.input_submit_email
{
	text-align: center;
    margin-right: 20px;
    margin-top: 10px;
}

#email_result {
    width: 480px;
	text-align: center;
    margin-right: 20px;
    margin-top: 10px;
	float:right;
}