 /*
Created by Carol Phillips  
*/


fieldset {  
position: relative; /* ie specific */
float: left;  
clear: left;  
width: 310px;
color: #666666;
margin: 0 0 0 0;  
padding: 0 0 .65em 0;
padding-top: 0.25em;
border: 1px solid #cccccc;
background-color: #d9ddc6;
}
legend {
position: relative; /* ie specific */
left: -7px; /* ie specific */ 
top: -0.75em; /* ie specific */
margin-left: 1em;
font-size: 1.15em;
color: #668033;
font-weight: bold; 
} 
fieldset ol {  
padding: 0.25em 0.01em 0 0.13em; /* top padding ie specific */ 
list-style: none; 
} 
fieldset li {
float: left;  
clear: left;  
width: 310px;   
padding-bottom: .65em; 
} 
fieldset.submit {  
float: none;  
width: 310px; 
padding: .65em 0 .65em 0; 
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #cccccc;  
background-color: #e6edd1;
}

/* -- label display -- */
label {  
float: left;  
width: 8em;  
margin-right: .75em;  
text-align: right;
font-weight: normal;
background-color: transparent; 
}

/* -- end label display -- */

.style4 {
	color: #668033;
	font-weight: bold;
	font-size: 1.25em;
}
.style2p {
	color: #5A722E;
	width: 80%;
	font-size:.95em;
	padding: 0 .85em .50em .85em;
}