.textBoxLabels {

font-family: Arial,helvetica,sans;
font-size: 11px;
font-weight:600;
font-color: #A9A9A9;
}

.registrationBox {

  width: 700px ;
  margin-left: 30px;
  //margin-right: auto ;

}

h1 {

margin-left; 30px;
font-family: Arial,helvetica,sans;
font-size: 24px;
font-weight:600;
font-color: #A9A9A9;

}


h2 {

margin-left; 20px;
font-family: Arial,helvetica,sans;
font-size: 18px;
font-weight:600;
font-color: #A9A9A9;

}


h3 {

margin-left: 12px;
font-family: Arial,helvetica,sans;
font-size: 15px;
font-weight:500;
font-color: #A9A9A9;



}

#paragraph {

width:700px;


}

h4 {

margin-left: 12px;
font-family: Arial,helvetica,sans;
font-size: 12px;
font-weight:500;
font-color: #A9A9A9;

}


.step {

font-weight:700;


}


.label {

font-family: Arial,helvetica,sans;
font-size: 12px;
font-weight:600;
color: #5E5E5E;
line-height: 1.4;
width: 295px;
float: left;

}

.missingdata {

font-family: Arial,helvetica,sans;
font-size: 12px;
font-weight:600;
color: #800000;
line-height: 1.4;
width: 295px;
float: left;
}


.formfield {

    background-color: #FFFFFF;
    width: 315px;
    height: 22px; 	
    background-image: url('textbox1.gif') no repeat;
    border: 1px solid #b8c7df;
    font-family: Arial;
    font-size: 4px;
    color: #000000; 
    float: left;  	

}

.textInput {

   	width: 300px;
	height: 18px;
	background: none;
	border: none;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;	

}

.textAreaBox {

	width: 500px;
        height: 22px;
        background: none;
        border: none;
        color: #000000;
        margin-top: 5px;
        margin-left: 5px;




}

.checkBoxText {

    font-family: Arial;
    font-size: 12px;
    color: #000000;



}

.submitButton {

	margin-left: 335px;


}






