/* Form styles - public facing */



.formlighter {
	font-size: 9pt; 
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica;  
	line-height: 11pt;
	text-decoration: none;
   	color: #000000;
    background:#eeeedd
}

.formlight {
	font-size: 9pt; 
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica;  
	line-height: 11pt;
	text-decoration: none;
   	color: #000000;
    background:#ddddcc
}

.formmedium {
	font-size: 9pt; 
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica; 
	line-height: 11pt;
	text-decoration: none;
   	color: #000000;
    background:#999988
}

.formdark {
	font-size: 9pt; 
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica; 
	line-height: 11pt;
	text-decoration: none;
   	color: #000000;
    background:#aaaa99
}

.formdarker {
	font-size: 9pt; 
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica; 
	line-height: 11pt;
	text-decoration: none;
   	color: #ffffff;
    background:#666655
}

.formwhite {
	font-size: 9pt; 
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica; 
	line-height: 11pt;
	text-decoration: none;
   	color: #000000;
    background:#ffffff
}

.formborder {
    background:#333333
}

