﻿body
{
	font-family: Arial, Verdana, Trebuchet MS, Sans-Serif, Geneva, Helvetica, Times New Roman;
	font-size: 10pt;
	background-repeat: repeat-x;
}

FIELDSET
{
	background-image: url(../images/bg_fieldset.gif);
	background-repeat: repeat-x;
	-moz-border-radius: 4px;
}

LEGEND
{
	font-weight: bold;
	color: #3e5975;
	font-size: 8pt;
}

H4
{
	color: #008000;
	font-size: 15px;
	font-weight:bold;
}

INPUT.button
{
	background-image: url('../images/button_bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px #B4B4B4 solid;
	border-left: 1px #B4B4B4 solid;
	border-right: 1px #727272 solid;
	border-bottom: 1px #727272 solid;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	font-size: 8pt;
	}

INPUT.textbox
{

}

.errorText
{
	font-weight: normal;
	font-size: 10px;
	color: #ff0000;
	font-family: Arial, Verdana, Trebuchet MS, Sans-Serif, Geneva, Helvetica, Times New Roman;
}