input, textarea {
border:1px solid #49565F;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:4px;
background:#fff;
}
 
input:focus, input:hover,textarea:focus, textarea:hover{
border: 1px solid #49565F;
background-color:#c6e6d3;

}
 
label {
margin:2px;
font-size:0.8em;
}
 
legend {
color:#49565F;
font-size:0.7em;
font-weight:bold;
}


input {
width:300px;
}
 
.button {
margin:0 0 15px 0;
color:#49565F;
font-weight:bold;
width:310px;
}

.content_overview_2col .fieldset {
	width:400px;
	float:left;
	margin-left:20px;
}

