﻿* {
	padding:0;
	margin:0;
}
body {
	padding:8px;
	font-family:Verdana, Geneva, sans-serif; /*定义字体，用变量代替*/
}
.cits {
	font-size:11px; /*定义字体大小，用变量代替*/
	min-width:200px;
	width:100%;    /*定义盒子宽度，用变量代替*/
	height:auto!important;
	height:190px;   /*定义盒子高度，用变量代替*/
	min-height:190px;
	background:#fff url(/image/logo-cht.gif) no-repeat right bottom;
	padding:0 0 15px 0;
	border:3px #8C8C8C solid;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center; 
	color:#666;     /*定义字体颜色*/

}
.tour, .flight, .cruise, .hotel, .typeSelect {
	margin:0 auto;
	width:100%;
	width:auto!important;
	min-width:200px;
	
}
.typeSelect{
	border-bottom:1px #ccc solid;
	
}
.cits div.flight .typeSelect{
	border:none;
	margin:5px 0;
}
.cits div.flight ul {
	list-style:none;
	text-align:left;
}
.cits div.flight ul li label {
	float:left;
	line-height:28px;
	text-transform:capitalize;
	width:85px;
	text-align:left;
	padding:0 0 0 5px;
}
.cits select {
	width:40%;
	min-width:80px;
	font-size:11px;  /*定义字体大小，用变量代替*/
	font-family:Verdana, Geneva, sans-serif; /*定义字体，用变量代替*/
	border:1px solid #DDDDDD;
	margin:5px 0;
	height:22px;
	color:#666;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.cits input {
	width:55%;
	min-width:110px;
	font-size:11px;  /*定义字体大小，用变量代替*/
	font-family:Verdana, Geneva, sans-serif; /*定义字体，用变量代替*/
	border:1px solid #DDDDDD;
	margin:5px 0;
	height:22px;
	line-height:22px;
	color:#666;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.cits .h2Title {
	color:#fff;
	font-size:11px;   /*定义字体大小，用变量代替*/
	height:30px;
	line-height:30px;
	background:#FFFFFF url(/image/bg-plan.gif) repeat-x; /*定义标题背景，用变量代替*/
}
.cits div.typeSelect input {
	width:10px;
	height:10px;
	float:left;
	border:none;
}
.cits div.typeSelect{
  text-align:left;
}
.cits div.typeSelect ul {
	overflow:hidden;
	zoom:1;
	padding:0 5px;
}
.cits div.typeSelect ul li {
	width:47%;
	min-width:94px;
	height:20px;
	line-height:20px;
	list-style:none;
	float:left;
}
.cits div.typeSelect ul li label {
	text-transform:capitalize;
}
.cits .iconCalendar {
	background:url(/image/calender.GIF) no-repeat  right center;
}
.cits .btnSub {
	height:24px;
	width:110px;
	padding:0 5px;
	border:none;
	cursor:pointer;
	background:url(/image/bg-click.GIF) repeat-x;
	border:1px solid #D1D1D1;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#A31022;
	font-weight:bold;
	margin:5px 80px 0 10px;
}
.cits div.tour select {
	width:90%;
	min-width:180px;
	border:1px solid #DDDDDD;
	margin:5px 0;
	height:22px;
	color:#666;
}
.cits div.tour textarea {
	width:90%;
	min-width:180px;
	font-size:11px;               /*定义字体大小，用变量代替*/
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #DDDDDD;
	color:#666;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.cits div.hotel ul {
	list-style:none;
	text-align:left;
}
.cits div.hotel ul li label {
	float:left;
	line-height:28px;
	text-transform:capitalize;
	width:70px;
	text-align:left;
	padding:0 0 0 5px;
}

.cits div.cruise ul {
	list-style:none;
	text-align:left;
}
.cits div.cruise ul li label {
	float:left;
	line-height:28px;
	text-transform:capitalize;
	width:85px;
	text-align:left;
	padding:0 0 0 5px;
}
.cits div.cruise select {
	width:55%;
	min-width:110px;
	border:1px solid #DDDDDD;
	margin:5px 0;
	height:22px;
	color:#666;
}

.cits input.triptype{min-width:20px;}
