@CHARSET "ISO-8859-1";

#loginBox{
	border: solid #780031;
	width: 400px;
	min-width: 400px;
	margin: auto;
	}	

#errorMessage{
	color: red;
	}
	
#companyName{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	}

#assayTrac{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #780031;
	}

.textField{
	width: 175px;
	}

#termsAndConditions{
	height: 161px;
	overflow:auto;
	padding-left: 10px;
	}