label { 
	width: 8em; 
	float: left; 
	text-align: left; 
	margin: 0 1em 10px 0;
	clear: both;
} 

.input-box { 
	float: left; 
	margin-bottom: 10px;
	width:240px;
	border:1px solid #000;
} 
.textarea-box { 
	float: left; 
	margin-bottom: 10px;
	width:240px;
	height:100px;
	border:1px solid #64646A;
}
.submit-button {
	float:left;
	clear: both;
}
.reset-button {
	clear: both;
	border:1px solid #000;
}
fieldset {
	border:0px;
	padding: 15px 0 0 15px;
}
/* search form */
.input_searchbox {
	border:1px solid #64646A;
	width:120px;
}
input[value^="Los"] {
	border:1px solid #64646A;
}
input[type^="submit"], input[type^="reset"], input[type^="text"] {
	border:1px solid #64646A;
}
select {
	margin: 10px 0 0 0;
	border:1px solid #64646A;
}