button {
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 14px 0 0;
	text-align: left;
	height: 22px;
	line-height: 22px;
	width: auto;
	color: #fffeff;
	text-indent: 0;
}

button.RM_module_button_rounded {
	background: transparent url( ../images/btn_right.png ) no-repeat scroll right top;
	font-size: 0.8em;
	float: right;
	margin-right: 21px;
	margin-bottom: 7px;
}

button span {
	display: block;
	padding: 0 0 0 15px;
	position: relative;
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
}

button.RM_module_button_rounded span {
	background: transparent url( ../images/btn_left.png ) no-repeat scroll left top;
	color: #FFFFFF;
}

div.RM_module_search_container button.RM_module_button_rounded span a {
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding-left: 7px;
}

button.RM_module_button_rounded:hover {
	background-position: 100% -22px;
}

button.RM_module_button_rounded:hover span {
	background-position: 0% -22px;
}

button::-moz-focus-inner {
	border: none;
}

div.RM_module_search_container {
	width: 190px;
}

form#RM_module_Search {
	padding: 0;
}

div.RM_module_date_feild_label {
	float: left;
	width: 65px;
	margin-left: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
}

#RM_module_startdatetime {
	float: left;
	width: 85px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 4px;
}

div.RM_module_date_feild_label {
	float: left;
	width: 95px;
}

#RM_module_enddatetime {
	float: left;
	width: 85px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 3px;
	margin-left: 4px;
	margin-bottom: 3px;
}

div.RM_module_search_adv_searchlink {
	float: left;
	padding-left: 27px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 150px;
}

div.RM_module_search_adv_searchlink_icon {
	width: 18px;
	float: left;
}

/* shadowbox */

#sb-info {
    position: absolute !important;
    width: 100%;
    top: 12px;
    height: 24px !important;
    left: 10px;
}

#sb-nav-close {
    position:absolute !important;
    top: 0px !important;
    right: 0px !important;
    width: 24px !important;
    height: 24px !important;
}

#sb-wrapper-inner {
    position:relative !important;
    top: 24px !important;
}

#sb-title {
    top: 24px !important;
}

#sb-title {
    display:none;
}

