@charset "utf-8";
/* CSS Document */

fieldset {  
position: relative;  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 -1em 0;  
padding: 0 0 1em 0;  
border-style: none;  
border-top: 1px dashed #BFBAB0;  
border-right: 1px dashed #BFBAB0;
border-left: 1px dashed #BFBAB0;
background-color: #eee; 
}
legend {  
padding: 0;  
color:#056224;font-family: Arial, Helvetica, sans-serif; font-weight:bold;
}
legend span {  
position: absolute;  
left: 0.4em;  
top: 0;  
margin-top: 0.5em;  
font-size:130%;
}
fieldset ol {  
padding: 3.5em 1em 0 0.5em;  
list-style: none; 
}
fieldset li {  
width: 100%;  
padding-bottom: 1em; 
}
fieldset.submit {  
float: none;  
width: 100%;  
padding-top: 1.5em;  
padding-left: 0;  
background-color: #F0F7F3;
border-right: 1px solid #F0F7F3;
border-left: 1px solid #F0F7F3;
}
.submitButton  {
	font-size:100%;
	border : 1px solid #009835;
	background: #fff;
	color:#555555;
}
label { 
position: relative;  
float: left;  
width: 10em;  
margin-right: 3em;  
}
label em {  
position: absolute;  
left: 12em;  
top: 0.5em;
}
.boxes { width:200px;}
.boxes2 { margin-left:0.5em;}
.required { font-size:70%; display:block; margin-bottom:10px;}
.smallprints{ font-size:70%; display:block; margin-bottom:10px;}
.smallprints2{ font-size:70%; display:block; margin-bottom:10px; margin-left:2.8em;}
.details {font-size:70%; display:block; margin-bottom:10px;}
.PO { color:#056224; text-decoration:underline;}
fieldset fieldset {  
margin-bottom: 0em;  
border-style: none;  
background-color: transparent;  
background-image: none;
}
fieldset fieldset legend {  
margin-left: 0;  
font-weight: bold;
}
fieldset fieldset ol {   
margin: 0 0 0 0em;  
padding: 0;
}
fieldset fieldset label {  
float: none;  
width: auto;  
margin-right: auto;
}

