

/*- Styles--------------------------- */


body {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height: 101%
	}

.Stformgrorange {
color:#9B0000;
font-size:1.1em;
line-height:20px;

}

.button {
 color : #3399cc;
font-size:0.86em;
}

/*- TDs--------------------------- */


td.bgtop{
background: url(../images/formup.gif) no-repeat 0 0px;
}
td.bgbottom{
background: url(../images/formdown.gif) no-repeat bottom;
}

td.bodformul{
background :url(../images/bgform.gif);
background-repeat:repeat-y;
font-size:0.80em;

} 
td.fieldleft { 
padding-left: 15px;
vertical-align : middle;
text-align : left;
font-family : Arial, Helvetica, sans-serif;
height : 25px;
} 

td.fieldright { 
vertical-align : middle;
text-align : left;
font-family : Arial, Helvetica, sans-serif;
height : 25px;
} 


/* FORM */

.form-field {
	border: 1px solid #684e51;
	margin: 5px 0 5px 0;
	}
.stylerequired { 
text-decoration : none;
color : #c30;
margin-right : 3px;
margin-left : 2px;
margin-top: 0;
background : transparent;
font-size : 12px;
font-weight : bold;
} 
.explanation { 
text-decoration : none;
color : #c30;
margin-right : 3px;
margin-left : 0px;
margin-top : 20px;
font-size : 11px;
background : transparent;
}


