.baf_button {
	position:relative;
	display:block;
	width: 392px;
	height: 48px;
	background:url(../images/button_wide.gif) no-repeat;
	clear:both;
	top:20px;
	margin-bottom: 20px;
	left: -4px;
}

.baf_button a {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 40px;
	font-size: 13px;
	color: #333;
	display:block;
}

.baf_button a:hover {
	text-decoration: underline;
}
/* style fare baf_button starts here */
.baf_button_fare {
	position:relative;
	display:block;
	width: 392px;
	height: 48px;
	background:url(../images/button_wide.gif) no-repeat;
	clear:both;
	top:10px;
	margin-bottom: 15px;
	left: -4px;
}
.baf_button_fare a {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 40px;
	font-size: 13px;
	color: #333;
	display:block;
	text-decoration: none;
}

.baf_button_fare a:hover {
	text-decoration: underline;
}
/* style fare baf_button ends here */

#baf_overlay {
	position:absolute;
	display:block;
	background: #000;
	opacity: 0.5;
    filter:alpha(opacity=50);
    z-index: 100000;
    visibility: hidden;
}

#baf_overlay a {
	display: block;
	width: 100%;
	height:100%;
}

#baf {
	position:absolute;
	display:block;
    z-index: 100001;
    visibility: hidden;
    border: 1px solid #fff;
    background-color: #000;
}

#closex {
	position:absolute;
	right: -6px;
	top: 14px;
    z-index: 100002;
    visibility: hidden;
    width: 100%;
    text-align: right;
    line-height: 25px;
    padding-right: 20px;
}


#closex a{
	color: #fff;
	height: 30px;
	width: 30px;
	float:right;
	display:block;
	background:url(../images/cal-close-button.png) no-repeat right;
    padding-right: 25px;
}

.closexRTW {
	position:absolute;
	right: -6px;
	top: 14px;
    z-index: 100002;
    visibility: hidden;
    width: 100%;
    text-align: right;
    line-height: 25px;
    padding-right: 20px;
}


.closexRTW a{
	color: #fff;
	height: 30px;
	width: 30px;
	float:right;
	display:block;
	background:url(../images/cal-close-button.png) no-repeat right;
    padding-right: 25px;
}


