
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	font-size: 20px;
	color: Navy;
}

.statuslabel
{
	color: Red;
	font-weight: bold;
}

.disabledOption
{
	color: #A0A0A0;
}

input.button_submit
{
	border: none;
	margin-top: 10px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #ffffff;
	background: url('../images/button.png') 0 0 no-repeat;
	width: 158px;
	height: 40px;
}

input.button_submit:hover
{
	background-position: 0 -100px;
}


/*
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	font-size: 20px;
	color: Navy;
}

.statuslabel
{
	color: Red;
	font-weight: bold;
}

td
{
	font-size: 12px;
	font-weight: bold;
}


.hint
{
	font-size: 10px;
}

.button
{
	color: #B10101;
	font-weight: bold;
	width: 150px;
	border-right: 1px inset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px inset;
}

.textbox
{
	Width:150px;
}    

.disabledOption
{
	color: #A0A0A0;
}
*/
