/* css document */

.left_top_section {
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior:url(PIE.htc);
	border-radius: 5px;	
}
.center_top_section {
	
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior:url(PIE.htc);
	border-radius: 5px;
}
.right_top_section {
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior:url(PIE.htc);
	border-radius: 5px;
}
.service {
	position:relative;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	behavior:url(PIE.htc);
	border-radius: 8px 8px 8px 8px;
}
.bucket_content {
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior:url(PIE.htc);
	border-radius: 5px;
}
.booking_btn {
	position:relative;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	behavior:url(PIE.htc);
	border-radius: 6px;
}