.body-style {
    background-color:white;
}
.form-textboxes {
    background-color: white;
    border: 1px solid #CCC9B2; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    height: 18px;	
	color: #635f51;
}
.form-signup-text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #635f51;
}

.form-privacy-text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
    font-weight: bold;	
	color: #4E5C5F;    
}
.form-headings {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;        	
	color: #635F51;
}
.form-required {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;	
	color: #635F51;
}
.form-stars {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;    	
	color: #EC404A;
}
.form-button {
    font-family:Arial,sans-serif;
    font-size: 9px;
    font-weight: bold;
    color:#FEFEFD;
    background-color:#00972B;
    border-style:solid;
    border-color:#FFFFFF;   
    border-width:1px; 
}
.form-button-table {    
    border-style:solid;
    border-color:#FF5800;   
    border-width:1px;         
}

.form-congrats-heading {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
    font-weight: bold;	
	color: #96999A;
}
.form-congrats-text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #626A6C;
}
.form-congrats-orgtxt{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF5800;
}


