.slForm {
	border: 1px solid #aaa;
}

.input, .searchinput, .slFormInput, select {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;	
}

/*
.button, .searchbutton, .slFormButton {
	border-bottom: 1px solid #b4b5b8;
	border-left: 1px solid #e9ebee;
	border-top: 1px solid #e1e2e7;
	border-right: 1px solid #c4c5c7;
	background: #dadcd2;
	color: #333;
}
*/
.formlabel {
	padding:2px 5px;
	display:block;
	float:left;
	width:150px;
	text-align:right;
	color: #333;
}

fieldset {
	border: 1px solid #aaa;
}


.rate_not_set {
	background-color: red;
}