fieldset {
float:right;
width:95%;
margin:0 0 1.5em;
padding:0;
}

legend {
margin-left:1em;
color:#000;
font-weight:700;
}

label {
float:left;
width:10em;
margin-right:1em;
}

fieldset ol {
list-style:none;
padding:1em 1em 0;
}

fieldset li {
float:left;
clear:left;
width:100%;
padding-bottom:1em;
}

fieldset.submit {
float:none;
width:auto;
border:0 none #FFF;
padding-left:12em;
}

label em {
display:block;
color:#060;
font-size:85%;
font-style:normal;
text-transform:uppercase;
}

.error{
	color:red;
 
} 


.buttons {
	 
	 margin-left:10px;
	  background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;

}
