/*@charset "utf-8";*/
body  {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
}
.twoColFixLt #container {
	width: 905px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	border: 1px solid #000000;
	text-align: left;

} 
.twoColFixLt #sidebar1 {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 208px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
	height:2000px;
	background:#f1fed3 url(../../images/apply/travel_left_bg_02.gif) no-repeat left bottom;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 205px; /* 此 div 元素的左边距会在页面的左下方创建栏 — 无论 sidebar1 div 中包含多少内容，都将保留栏空白。如果您希望在 #sidebar1 中的内容结束时，用 #mainContent div 的文本填充 #sidebar1 空白，则可以删除此边距。 */
	padding: 0; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
} 
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#logo{
height:164px;
background:#fff;
}
ul{
margin:0;
padding:0;
list-style:none;
}

#head{
height:190px;
overflow:hidden;
}

#nav  li{
float: left;
}
#nav a{
display:block;
text-decoration:none;
font-size:78%;
font-family:Arial;
font-weight:bold;
float:left;
height:30px;
border-right:1PX solid #CCC;
padding:0 10px;
line-height:30px;
background:#3595c4;
color:#fff;

}
#link_bg{
margin:20px 0  300px 0;
}
#link a{
	display:block;
	text-decoration:none;
	font-size:70%;
	font-family:Arial;
	color:#FFFFFF;
	font-weight:bold;
	height:34px;
	width:184px;
	margin-top:5px;
	margin-left:10px;
	line-height:15px;
	text-indent:10px;
	padding-top:5px;
	background: url(../../images/apply/travel_link_Bg_08.gif) no-repeat;



}
#main{
padding-top:20px;
padding:0 20px;
}

#title{
font-weight:bold;
margin: 20px 0;
font-size:150%;
font-family:Arial;
color:#FF3300;
}
#note{
font-size:70%;
line-height:18px;
}

#content{
margin-top:20px;
font-size:80%;
line-height:20px;
}

#welcome{
font-size:70%;
margin-bottom:20px;
border-bottom:3px solid #f1f1f1;
padding-bottom:10px;
}

#right{
	font-size:100%;
}

.dtitle{
background:url(../../images/icon/lable.gif) no-repeat left 8px;
padding-left:15px;
font-weight:bold;
color:#0066FF;
}

.img_Bg{
text-align:right;
}
.text_title{
color:#FFFFFF; 
font-weight:bold;
}


#input2{
border:1px solid #ccc;
}

.sright{
display:block;
float:left;
}
#rbl5{
margin-bottom:0;
}
#rbl5 td{
background: #F8E3BA; height:20px !important;

}
#rbl5 td label{color:#FF0000;}
/*foot*/
#foot_bg{
width:100%!important;
background:#fff!important;
border-top:15px solid #ff8a30;
margin-top:3px !important;

}


#copyright{
background:#f9f9f9;
padding-top:10px;
padding-bottom:20px;
}
#tongji{background:#f9f9f9;}
