input, textarea {
border:1px solid #455560;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:4px;
background:#fff;
padding-top:0px;
margin-top:0px;
padding-bottom:0px;
}
 
input:focus, input:hover,textarea:focus, textarea:hover{
border: 1px solid #455560;
background-color:#8DC63F;

}
 
label {
margin:2px;
font-size:0.8em;
}
 
legend {
color:#8DC63F;
font-size:1em;
font-weight:bold;
}


input {
width:250px;
}
 
.button {
margin:0 0 15px 0;
color:#000;
font-weight:bold;
width:260px;
}

#two_col_right .fieldset {
	width:290px;
	float:left;
	margin-bottom:1em;
}


