 label	 {
width: 150px;;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;	  
font-weight:bold;
padding:0px 5px 0px 0px;
}

.submit input
{
margin-left: 4.5em;
}	

input
{
color: #781351;
background: #ffffff;
border: 1px solid #003366;
width:200px;
}	  

input.radio{
width:20px;	   
border:none;
background:#f2f2f2;
}

input.checkbox{
width:20px;	   
border:none;
background:#f2f2f2;
}	 

input.short {
width:100px;
}

.submit input
{
color: #000;
background: #e6e6e6;
border: 2px outset #d7b9c9;
width:100px;
}
fieldset
{	  
background-color:#f2f2f2;
border: 1px solid #003366;
width: 475px;
}

textarea {
width:400px;
height:100px; 
background-color:#e6e6e6;
}	   

h3.error {
color:#ff0000;
font-size:11px;
text-align:center;
}


