.form
{ margin: 5px 0px 1px 0px; }

.form_table
{
 font: normal normal x-small arial;
 color: #E4FFFD;
 background:  #314284;
 width: 100%;
 border-spacing: 1px;
}

.form_list_actions
{
	background-color: #6890CD;
}

.form_list_item
{
	border: solid 1px #E9E9E9;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: black;
	vertical-align: middle;
	height: 30px;
}

.form_list_item_edit
{
 	background-color: #96ADCD;
	border: solid 1px #E9E9E9;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: black;
	vertical-align: middle;
	height: 30px;
}

.form_list_item_add
{
 	background-color: #BBCBDE;
	border: solid 1px #E9E9E9;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: black;
	vertical-align: middle;
	height: 30px;
}
