fieldset {
padding: 0 1.5em 2em 1.5em;

}


legend {
		   padding: 4px 6px 4px 6px;
		     font-weight: bold;
		   }


label.left { 
float: left; 
text-align: right; 
width: 105px; 
margin-right: 10px;
margin-top: 5px;
} 

input[type=text], select { 
margin-top: 5px;
} 

input.right { 
width: auto; 
margin-top: 5px;
border: 1px solid #515558; 
} 

input[type=checkbox].right, 
input[type=radio].right, 
input[type=submit].right { 
margin-left: 0; 
}

textarea.right {
text-align: left;  
width: auto; 
margin-top: 5px;
border: 1px solid #515558; 
} 

form br { 
clear: both; 
} 