.the_form {
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.75em;
    text-align: left;
}

.the_form fieldset {
    background-color: #F2F2F2;
    border-radius: 8px 8px 8px 8px;
    margin: 0 0 0 2px;
    padding: 4px 8px 9px 7px;
    width: 96%;
}

.the_form h3 {
    color: #333333;
    font-size: 1.15em;
}

span.required, span.require {
    border: medium none;
    color: #FE2E2E;
}

.the_form div {
    float: left;
    margin: 1px 0 0 5px;
    width: 48%;
}

.the_form p {
    padding: 0 0 1em;
	margin: 0;
}

.clear_div {
    clear: both;
}

.no_float {
	float: none !important;
}

p#p_cfAdd1 {
    padding: 0 0 0.25em;
}

.error {
    color: #FE2E2E;
}

div.heading {
	margin: 0;
}

.long {
	width: 100% !important;
}

.dotted_bottom {
	border-bottom: 1px dotted #3A4144;
	margin-bottom: 10px;
	padding-bottom: 6px;
	width: 97%;
}

.the_form h4 {
	margin-top: 5px;
	color: #3A4144;
	font-size: 16px;
	font-weight: bold;
}

#EvaluateOperatorForm {
	margin: 5px 6px 5px 11px;
}

#EvaluateOperatorForm .text_input {
	width: 275px;
}

#cfReferFriend.text_input {
	width: 300px;
}