/* CSS Document */


.textLabel
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0f3654;
	font-weight:bold;
}

.requiredNote
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:red;
	font-weight:bold;
}

.input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0f3654;
	border:solid 1px #082c4e;
	background-color:fdfdfd;
	background-image:url(../images/bginput.jpg);
	background-repeat:repeat-x;
}

.buton
{
	background-color:#002a4a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	font-weight:bold;
	border:solid 1px #0b4778;
}

.error
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:red;
}