body {
/*    margin: 40px 120px;
    font-size: 100%;
    font-family: 'Lucida Grande', 'Trebuchet MS', Georgia, serif;*/
margin: 0px;
}

ul.tabbar {
	display: none; /* This is important so the tabbar won't be shown if JavaScript is not available. */
	margin: 0;
	padding: 0;
	list-style-type: none;

}
.menu_bg {
	background:url(../images/top.jpg) no-repeat top;
	width:230px;
	margin:0px;
	padding:0px;
	border:0px;
}
.borders {
	background:url(../images/body.jpg);
	width:230px;
	margin:10px;
	padding:0px;
	border:0px;
}
.bottom {
	background:url(../images/bottom.jpg) bottom no-repeat;
	width:230px;
	margin:0px;
	padding:0px;
	border:0px;
}
ul.tabbar li {
	padding: 0;
	_display: inline;
	width:41px;
	margin: 0px 5px;
list-style-type: none;
float:left;
}
.tabbar a {
	display: block;
	float: left;
	font-size: 90%;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.tabbar a:hover {
}

#boxes {
	clear: both;
	width: 230px;
}
#boxes div {
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
}
div#item-one div, .search_div, div#item-two div, div#item-three div {
	margin:10px 0 0 25px;
}
.search_div a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.search_div a:hover {
	text-decoration:underline;
}
input, select {
	border:#C6C6C6 1px solid;
	font-family:Arial;
	font-size:10px;
}
ul.passengers, ul.passengers_title {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.passengers li {
	display:block;
	float:left;
	margin:0px 12px;
}
ul.passengers_title li {
	display:block;
	float:left;
	margin:0px 10px;
	text-align:left
}
ul.rooms_persons {
	margin:0px;
	padding:0px;
}
ul.rooms_persons li {
	display:block;
	float:left;
	list-style:none;
	margin:0px 5px 0px 0px;
	padding:0px;
}
div#rooms_persons {
	padding-bottom:10px;
}
input.vbtn {
	background:transparent url(../images/calendar.gif) no-repeat scroll 0%;
	border:medium none;
	cursor:pointer;
	height:16px;
	width:18px;
}
