﻿.inputText
{
	border: solid 1px #2a3390;
	width: 148px;
	background-image: url('../images/textbox.jpg');
	font-family: Verdana, Arial;
	font-size: 10pt;

}

#loginBox 
{
	padding-top: 10px;
	padding-left: 180px;
	margin-bottom: 20px;
}
/* Example: The page you requested requires that you be logged in as an employer */
.error_login_required 
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}
