@charset "UTF-8";

/* ----------------------------------------------
---------------------------------------------- */

body {
	text-align: center;
	background:#fff url(./img/bg.jpg) top repeat-x;
}


#container {
	width: 900px;
	margin: 0px auto;
	font-size: 13px;
	line-height: 1.7;
	color: #333;
	text-align: left;
	margin: 0px auto;
}


#header {
	height:195px;
	position:relative;
	text-align:center;
}


div#content {
	border: solid 5px #000;
	padding: 20px 30px 20px 35px;
	background:#fff;
}

.left{
	float:left;
	width:560px;
	zoom: 1;
	}

.right{
	float:right;
	width:250px;
	font-size:11px;
	zoom: 1;
	}

.unit{
	margin-bottom:40px;
}









/* -------------------------------------*/

#content h2{
	margin-left:-14px;
	margin-bottom:10px;
}

#content h3{
	font-size:16px;
	padding-top:30px;
	margin-bottom:20px;
}
strong{
	background:yellow;
}

.bgn strong{
	background:#fff;
}

#content p{
	margin-bottom:10px;
}

.p_left img,
.photo_1st img,
.photo img{
	border:solid 3px #ddd;
	padding:3px;
}


.photo_1st{
	margin-top:90px;
}

.photo{
	margin-top:20px;
}

.btnApplyWrap{
	margin:20px 0 0;
}

#form{
	text-align:center;
}

#form td{
	margin:2px;
	padding:5px;
}

.style1 {
    color: #CC0000;
    font-size: 10px;
}

.txt10{
	font-size: 11px;
	color:#666;
}

#tourDetail td{
	border: solid 1px #bbb;
}

#tourFormWrap{
	border:solid 2px #eee;
	padding:2px;
	width:700px;
	margin:0 auto;
}

#tourFormWrap h3{
	background:rgb(242, 238, 241); //f6f6f6;
	height:30px;
	line-height:30px;
	margin:0 0 2px;
	padding:0;
}

.tblRight{
	background: none repeat scroll 0% 0% rgb(249, 230, 230);
	text-align:right;
	border-bottom:2px solid #fff;
}

input{
	height:24px;
}
input,
textarea{
	border: 1px solid #C0C0C0;
	color: #666666;
	font-size: 124%;
	padding: 1px 3px;
	vertical-align: middle;
}
.p_left{
	float:left;
	width:250px;
}
.p_right{
	float:right;
	width:550px;
	margin-left:20px;
	font-size:11px;
}

/* -------------------------------------*/

a.btnApply{
	background:url("./img/btn_apply.png") no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	height:54px;
	text-indent:-8987px;
	width:222px;
}

a:hover.btnApply{
	background-position: 0 -54px;
}

body{position:relative;}

a.btnSide{
	background:url("./img/btn_side_apply.png") no-repeat scroll 0 0 transparent;
	display:block;
	position:fixed;
	top:260px;
	right:0px;
	height:222px;
	text-indent:-8987px;
	width:51px;

}