/* Styles for RV search form (/showcase/search/) */
.rv-search-form table.form td.label {
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
	color: #D01C1C;
}
.rv-search-form table.form td.value {

}
.rv-search-form table.form select {
	width: 250px;
}
.rv-search-form table.form select.select-year {
	width: 108px;
}

