@charset "UTF-8";
/* CSS Document */
/* Added for Registration Form */
table h2 {
	padding: 20px 0px 10px 0px;
}
table  {
	width: 900px;
	margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 12px;
    #line-height: 20px;
}
.textFieldRegister {
	width:250px;
	background-color:#e0e0e0;
	border:1px solid #fff;
	margin: 0 0 0 0;
}
.textFieldModel {
	width:410px;
	background-color:#e0e0e0;
	border:1px solid #fff;
	margin: 0 0 0 0;
}
.textFieldSerial {
	width:350px;
	background-color:#e0e0e0;
	border:1px solid #fff;
}
.dropDownRegisterSmall {
	background-color:#e0e0e0;
	border:1px solid #fff;
}	
.orangeFont {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#BF0D00;
}
