

form#bookingtour {
	width: 630px;
}

#bookingtour legend {
	font-weight: 700;
	margin: 10px 0;
	border: 1px dashed #006600;
	padding: 3px 10px;
	color: #006600;
	background-color: #FFF;
}
#bookingtour fieldset {
	border: 1px dashed #006600;
}

#bookingtour .tourinfo {
	font-weight: 700;
	color: #000000
}
#bookingtour .buttonSubmit {
	background-color: #006600;
	color: #FFF;
	padding: 3px 5px;
	marging: 10px;
}
.border1 {
	border: 1px solid #006600;
}

th.tourCode 
{ 
	padding : 5px;
	background-color : #e1ddc1;
}
th.tour
{
	padding : 5px;
	background-color : #ece9d8;
}
table.dot
{
	border:1px dotted #c4d2e2;
}
tr.dot
{
	border:1px dotted #c4d2e2;
}
th.dot
{
	border:1px dotted #c4d2e2;
	padding: 2px;
}
td.dot
{
	border:1px dotted #c4d2e2;
	padding: 5px;
}
#tourTitle {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
}
.dayTitle {
	font-weight:700;
	padding: 8px 0;
}
.validate {
	color: #DC241C;
}
#tour_action {
	border-top:1px dotted #DCE4EC;
	display: block;
	padding: 10px 0; 
}
.stepActive {
	float: left;
	display: block;
	line-height: 50px;
	width: 24%;
	height: 50px;
	color: #DC241C;
	font-weight: 700;
}
.stepUnactive {
	float: left;
	display: block;
	line-height: 50px;
	width: 24%;
	height: 50px;
	color: #D8D8D8;
	font-weight: normal;
}
#stepBooking span {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#stepBooking .stepActive span {
	background: url(../images/activeStep.gif) no-repeat;
	font-size: 14pt;
	color: #FFF;
}
#stepBooking .stepUnactive span {
	background: url(../images/unactiveStep.gif) no-repeat;
	font-size: 14pt;
	color: #FFF;
}
.hot {
	color: #DC241C;
	text-transform:uppercase;
}

.modsearch_top {
	display:block; 
	height: 49px;
	background: url(../images/top_search.jpg) no-repeat top left;
	color: #DC241C;
	font-weight: 700;
}

.modsearch {
	width: 295px; 
	height: 270px; 
	overfolow: hidden;
}
.modsearch_bottom {
	display: block; 
	height: 8px; 
	background: url(../images/bottom_search.jpg) no-repeat top left;
}
.modsearch_body {
	height: 223px;
	padding: 0 10px;
	background-color: #FFEB9C;
}
.modsearch_submit {
	background: url(../images/search_button_en.jpg) no-repeat top left;
	width: 71px; 
	height: 20px; 
	border: none;
	cursor: pointer;
}

