﻿fieldset.fancyForm
{  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 1em 0;  
padding: 10px 0px 0px 0px;  
border: 1px solid #BFBAB0;  
background-color: #F2EFE9;  
background-image: url(../images/fancyformbg.gif);  
background-repeat: repeat-x; 
color:#000000;
}

legend 
{  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
	position:relative;
	top:-10px;
	 
} 

fieldset ol 
{  
	padding: 1em 1em 0 1em;  
	list-style: none; 
} 

fieldset li 
{  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 5px; 
}

fieldset.submit 
{  
float: none;  
width: auto;  
border: 0 none #FFF; 
text-align:center;
}

label 
{  
float: left;
width: 75px;
margin-right: 20px;
text-align: left;
}

.watermarked
{
	color:Gray;
	font-size:10px;
}

input
{
    font-size:10px;
}
