/* Glider style sheet */
.clear_left {
	clear: left;
}

.float_left {
	float: left;
}

.glider_input {
	width:200px;
}

.glider_input_disabled {
	background-color:#E2E2E2;
}

.glider_reason_label {
	float:left;
	color: #ff0000;
	font-size: 11px;
	display: none;
	padding-left: 5px;
}

.glider_reason_input {
	float:left;
	width:300px;
	height:80px;
}

.glider_reason_note {
	float:left;
	color: #ff0000;
	font-size: 11px;
	display: none;
	padding-left: 5px;
}

.glider_searchbox_input {
	width:290px;
}

.glider_score_input {
	width:50px;
}

.glider_err_msg {
	float:left;
	color:#ff0000;
	font-size:11px;
	padding: 2px 2px;
}
.clear_dates {
	float: left;
	padding: 0px 2px 0px 2px;
}
.text_or {
	padding-left: 5px;
	width:10px;
	color:#000000;
}
.hint_text {
	color:#ff0000;
	padding-left:100px;
}