fieldset {  
float: left;  
clear: both;  
width: 90%;  
margin: 0 0 1.5em 0;  
padding: 0;  
border: 1px solid #BFBAB0;  
background-color: #F2EFE9;
background-image: url(../../images/misc/form-bg.jpg);  
background-repeat: repeat-x; 
margin-left:15px;
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
float: left;  
clear: left;  
width: 90%;  
padding-bottom: 1em;
}
label {  
float: left;  
width: 10em;  
margin-right: 1em;  
text-align: right;
}
legend {  
margin-left: 1em;  
padding: 0;  
color: #000;  
font-weight: bold;
}

fieldset.submit {  
float: none;      
padding-left: 12em;
padding: 1px 2px;
background: url(../../images/misc/formbg.gif) repeat-x left top;
}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../../images/misc/formbg.gif) repeat-x left top;
}
