div.roundedform { margin-top:15px; }

ul.flist li#firstitem { border:0; padding-top:0; margin-top:-10px; }
* html ul.flist li#firstitem { padding-top:0; margin-top:-10px; }
ul.flist li#lastitem  { padding-bottom:0; margin-bottom:0;   }
* html ul.flist li#lastitem  { padding-bottom:0; margin-bottom:0;   border-bottom:0px solid white;}

ul.flist {
	padding-left:-0px!important; 
	margin-left:-0px!important;
	padding-bottom:0; margin-bottom:0;

}
* html ul.flist {
	width:320px;
	padding-left:20px!important; 
}

ul.flist li {
	margin-left:0px;
	list-style: none;
	padding-left:0em;
	clear:both;
}
* html ul.flist li { padding-bottom:10px;}
ul.flist li#lastitem input { margin-top:15px;}

ul.flist li label{
	padding-top:10px;
	margin-left:0px;
	float:left;
	clear:left;
	padding-bottom:00px;
}

ul.flist li input, 
ul.flist li textarea, 
ul.flist li select
{
float:left;
clear:left;
font-size:99%;
font-family:Verdana;
padding:0px;
margin:0;
width:150px;    
border:1px solid gray;
padding:2px;
}

ul.flist li input.submit {

/*    float:right;*/ 

/*	background-color:#67909A; */
	width:100px;
	margin-bottom:5px;
margin-top:10px;
}
* html ul.flist li input.submit {
	width:100px;    
	margin-bottom:3px;
	margin-top:8px;
}

legend {
	font-weight: bold;
	display:none;
}

fieldset {
	display:block;
	clear:left;
}

* html .roundedform li {
  height:1px;
}


#errortable tr td {
  vertical-align:top;
  font-size:0.8em;
}