html, input, select, option, table
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

input, select, option
{
	border: none;
	background-color: none;
}

h1, h2, h3, p, form, ul, li
{
	padding: 0px 0px 7px 0px;
	margin: 0px;
}

h1
{
	font-size: 15pt;
}

.form_group_yellow
{
	border: 1px solid black;
	padding: 10px;
	background-color:#eee;
}

.form_group_grey
{
	border: 1px solid black;
	padding: 10px;
	background-color:#ccc;
}

.standard_list, .standard_list li
{
	list-style-type:none;
	padding: 0px;
	vertical-align:top;
}

.indicateField
{
	color: #CC0000;
}

.font_50_percent
{
	font-size: 75%;
	vertical-align:top;
}