body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#333333;
}
.label{
	width:265px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}
.text_box, .error_text{
border:1px solid #CCCCCC;
height:30px;
width:270px;
}
.error_text{
border-color:#DF0101;
background-color:#F6CECE;
}
.text_area,.error_text_textarea{
height:120px;
width:270px;
border:1px solid #CCCCCC;
}
.error_text_textarea{
border-color:#DF0101;
background-color:#F6CECE;
}
.text_box_security, .error_text_security{
	height:30px;
	border:1px solid #CCCCCC;
	float:left;
	width:70px;
}
.error_text_security{
	border-color:#DF0101;
	background-color:#F6CECE;
}

.star{
	color:red;
}
.submit_button {
    background: url("../images/submit-btn.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: white;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 35px;
    margin: 10px 0 0 150px;
    padding: 0 20px;
    width: 90px;
}
.reset_button {
    background: url("../images/clear.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 35px;
    margin: 10px 0 0 12px;
    padding: 0 15px;
    width: 71px;
}
.success, .fail {
	background:url("../images/success.png") no-repeat scroll 40px 9px #EAF7D9;
    color:#1E530C;
    float:left;
    font-size:14px;
    font-weight:bold;
    left:30px;
    padding:8px 15px 5px 50px;
    position:absolute;
    text-align:center;
    top:0;
    width:370px;
}
.fail {
	color:#FF0000;
	background: url(../images/error.png) no-repeat scroll 40px 7px #FEECEC;
}
.info{
	position:relative;
	float:left;
	width:500px;
	height:45px;
}
.contactus{
	float:left;
	width:470px;
	margin:10px 0 0 10px;
}
td{ 
	font-weight:bold;
}

#error_terms { color:#DF0101; font-weight:normal; vertical-align:top; }
