/* @override 
	http://mac/rm2/modules/mod_resmaniasearch/tmpl/searchform.css
	http://localhost/rm2/modules/mod_resmaniasearch/tmpl/searchform.css
*/

#RM_module_dateselector_from div input.datepicker {
	width: 20px;
	height: 20px;
	background: url(calendar.png) no-repeat;
}

#RM_module_search_adv_searchlink {
	margin-left: 22px;
	margin-top: 10px;
	float: left;
	margin-right: 20px;
}

#RM_module_dateselector_button {
	margin-top: 10px;
	margin-bottom: 10px;
}

.RM_module_search_container {
	visibility: visible;
	overflow: visible;
	display: inline-block;
}

#RM_module_search_dateselector_container{
	visibility: visible;
	overflow: visible;
	display: inline-block;
}

#RM_module_dateselector_to div input.datepicker {
	width: 20px;
	height: 20px;
	background: url(calendar.png) no-repeat;
}

/* booknow button */
#RM_module_dateselector_button {
	height:20px;
	padding-right: 8px;
	display: block;
	float: right;
	background: url(button_bg.png) no-repeat 100% 100%;
	text-align: center;
	margin-right: 20px;
}

#RM_module_dateselector_button input.button {
	height:20px;
	padding-left:14px;
	border:0px;
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	background: transparent url(button_bg.png) no-repeat 0 0;
	text-indent: -5px;
}

#RM_module_start_calendar{
	position:absolute;
	z-index:100;
}

#RM_module_end_calendar{
    position:absolute;
	z-index:100;
}


input#RM_module_startdatetime.RM_module_text_box {
	width: 100px;
}

input#RM_module_enddatetime.RM_module_text_box {
	width: 100px;
}

#RM_module_dateselector_from {
	margin-left: 20px;
}

#RM_module_dateselector_to {
	margin-left: 20px;
}
