/* CSS Document */
#container {
	border: 2px solid #67842e;
}
#containerform {
background-color: #d1deb8;
border: 2px solid #67842e;
width: 530px;
float: right;
margin-right: 20px;
display: inline;
}
* html #containerform {
	width: 534px; 
	w\idth: 530px;
}
.formcontent {
	width: 500px;
	padding: 10px 15px;
	margin: 0;
}
* html .formcontent {
	width: 530px; 
	w\idth: 500px;
}
.contacttitle{
	font-weight: bold;
	font-size: 18px;
	color: #67842e;
}
.contactsub{
	font-weight: bold;
	font-size: 14px;
	color: #67842e;
}
.contact strong {
	color: #67842e;
}
.required{
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
.contactmenucurrent, a.contactlinks, a.contactlinks:hover {
	font-size: 11px;
	text-decoration: none;	
}
.contactmenucurrent {
color: #39481A;
font-style: italic;
}
a.contactlinks {
	color: #67842e;
}
a.contactlinks:hover {
	color: #39481A;
}
.forbidden ul {
margin-left: 30px;
}
.forbidden li{
padding-bottom: 10px;
padding-left: 5px;
list-style-position: outside;
list-style-type: square;
}
fieldset {  
position: relative;  
float: left;  
clear: left;  
width: 470px;  
margin: 0 0 24px 0;  
padding: 0; 
} 
legend {    
font-weight: bold;
font-size: 14px;
color: #67842e; 
} 
fieldset ol {  
padding: 30px 0 0 16px;  
list-style: none;
float: left; 
clear: left;
width: 100%;
} 
fieldset li {  
padding-bottom: 3px;
} 
fieldset.submit {  
float: none;  
width: auto; 
border: 0 none #FFF;  
padding: 0 0 0 16px;
margin: 0; 
}
label {  
float: left;  
width: 70px;  
margin-right: 8px; 
text-align: right;
}
legend span {  
position: absolute;  
margin: 0;
top: 0;
left: 0;
width: 400px;
}
fieldset fieldset { 
margin: 0 0 10px 0;  
border-style: none;  
background-color: transparent;  
background-image: none;
width: 450px;
} 
fieldset fieldset legend {  
margin: 0;  
padding: 0;
font-weight: normal; 
color: #000000;
font-size: 12px;
}
fieldset fieldset ol {   
position: relative;
margin: 0;  
padding: 0;
width: 100%;
}
fieldset fieldset label {  
float: none;  
width: auto;  
margin-right: auto;
}
.error {
color: #FF0000;
}