body {
	background-image: url(../images/bgPage.gif);
	background-repeat: repeat-x;
	background-color: #EDEEBD;
	margin:0px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#4F4F4F;
}
#container{
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#centralbox{
	width:800px;
	text-align:center;
	height:400px;
}
#cornerTopLeft{
	background-image:url(../images/bgwtBoxLT.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:50px;
	height:50px;
}
#topMiddle{
	background-image:url(../images/bgwtBoxMT.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	width:700px;
	padding-top:21px;
}
#cornerTopRight{
	background-image:url(../images/bgwtBoxRT.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:50px;
	height:50px;
}
#leftMid{
	background-image:url(../images/bgwtBoxLM.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:50px;
	height:706px;
}
#centerMid{
	background-color:#FFFFFF;
	width:700px;
	height:706px;
}
#rightMid{
	background-image:url(../images/bgwtBoxRM.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:50px;
	height:706px;
	text-align:right;
}
#cornerBottomLeft{
	background-image:url(../images/bgwtBoxLB.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:50px;
	height:50px;
}
#bottomMiddle{
	background-image:url(../images/bgwtBoxMB.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	width:700px;
	height:20px;
	padding-bottom:20px;
}
#cornerBottomRight{
	background-image:url(../images/bgwtBoxRB.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:50px;
	height:50px;
}
#bgMenuMid{
	background-image:url(../images/bgMenuM.gif);
	background-repeat:repeat-x;
}
#bgBookingEngineM{
	background-image:url(../images/bgBookingEngineM.gif);
	background-repeat:repeat-y;
}
.fieldTitle{
	font-weight:bold;
	color:#573F1A;
}
select{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}
hr{
	color:#573F1A;
	height:1px;
	border:0;
	background-color:#573F1A;
}
input{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}
.txt{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#4F4F4F;
}
#txtBox{
	height:335px;
	overflow:auto;
}
.input{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#4F4F4F;
}
#tblMainImg{
	background-image:url(../images/bgMainImage.gif);
	background-repeat:repeat-x;
}