table.form_table
{
	border: #ccc 0px solid;
}

th.form_header
{
	font-family: arial,tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 4px;
}

th.form_footer
{
	font-family: arial,tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	padding: 3px;
}

th.form_caption_light, th.form_caption_dark, td.form_cell_light, td.form_cell_dark
{
	font-family: arial,tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
	padding: 3px;

}

th.form_caption_light, th.form_caption_dark
{
text-align:right;
}

.form_spacer 
{
	background-color	: #007D00;
	padding: 4px;
	font-weight: normal;
	color:white;
	font-size:12px;
}

input
{
	font-family: arial,tahoma;
	font-size: 12px;
}

select
{
  	font-family: arial,tahoma;
  	font-size: 12px;
}

textarea
{
	font-family: arial,tahoma;
	font-size: 12px;
}

span.form_error
{
	font-family: arial,tahoma;
	font-size: 12px;
	color: #EC4800;
}
