fieldset {
	margin-right:10px;
	padding: 5px;
}
fieldset p {
	clear:both;
	margin:0;
	padding:0;
	padding-bottom:10px;	
}
.formstyle legend {
	font-weight: bold;
	color: #2D724F;
}
.formstyle label { 
	display:block;
	width: 150px;
	float:left;
	color:#000;
}

.formstyle input { 
	display: block;
	width:180px;
	float:left;
	margin-top:5px;
	border: 1px solid #ccc;
}
	
.formstyle input:focus {
	background:#ffc;
}



.formstyle .required {
	font-size: 0.75em;
	color:#760000;
}
.formstyle input {
    border: 1px solid #919A90; background: #FFF; 
    font-family: arial, verdana, sans-serif; font-size: 11px; 
    color: #303330; padding: 3px;}
    
    

.formstyle textarea {
    border: 1px solid #919A90; background: #FFF; 
    font-family: arial, verdana, sans-serif; font-size: 11px; 
    color: #000; padding: 0;
    width:180px;
    height:100px;
    
    ;}
     
.formstyle textarea:focus, select:focus, input:focus {background:#E1E7E0;}
#deabrowsesearch {
	position: absolute;
	top: 100px;
	width: 200px;
}
#deabrowsesearch fieldset {
	margin: 1em 0;
	padding: 1em;
	border:  1px solid #ccc;
	background: none;
}

#maintenancereports .address {
    width: 200px;
}
#maintenancereports textarea {
    width: 220px;
    height:70px;
}
#maintenancereports label {
    width: 120px;
    padding:0;
    margin:0;
}
.addresstextarea {
    width: 150px;
    height: 60px;
}