
/**************index************/
body#body_home #right_side h3
{
	color: #4B7E32;
	width: 250px;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}

body#body_home #right_side  p
{
	line-height: 1.3em;
}


img#earth
{
	float:right;
	padding: 5px;
}


/*contact form*/
#form_container {
font-size:11px;
margin:auto auto;
padding:10px 5px 10px;
}
form.contact_form {
margin:0px;
padding:0px;
}
form.contact_form legend {
font-size:12px;
font-weight:bold;
}
form.contact_form fieldset {
border:1px groove #99ABC2;
padding-bottom:10px;
margin-left: 30px;
margin-right: auto;
width:88%;
/*background-color:#F2F0E6*/
}
form.contact_form fieldset ul {
margin:0px;
padding:0px;
}
form.contact_form fieldset li {
clear:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:5px 0px;
}
form.contact_form label {
display:block;
float:left;
margin-right:30px;
text-align:right;
vertical-align:top;
width:100px;
}
form.contact_form fieldset p {
margin:0px auto;
text-align:center;
width:120px;
}
