/* Form styles. */

.Content fieldset {
  margin:10px auto;
}
.required { color:#FF0000; }

fieldset {
	width: inherit;
}
legend {  
margin-left: 1.5em;
margin-right: 1.5em;  
color: #000;
font-weight: bold;
text-align:left; 
} 
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none; 
} 
fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em; 
}
fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 12em; 
}

td {
	text-align: right;
}

p {
text-align: left;
}

table {
}
.text {
}

