@charset "utf-8";
/* common CSS Document */
/* 
16px=1em; 
12px=0.75em
14px=0.875em

1. body选择器中声明Font-size=62.5%或则63%;
2. 将你的原来的px数值除以10，然后换上em作为单位;
3. 重新计算那些被放大的字体的em数值。避免字体大小的重复声明。
*/
/*共用的控件*/
.box{
	border:1px solid #FFF;   
	width:121px;   
	height:16px;
	background-color:#FFF;
	line-height:16px;
}
.tbox{
	border:1px solid #ADC0CE;   
	width:170px;   
	height:20px;
	background-color:#FFF;
	line-height:20px;
	float:left;
	display:inline;
}
.qbox{
	border:1px solid #CCC;   
	width:158px;   
	height:16px;
	background-color:#FFF;
	line-height:16px;
	background:url(../../../images/365tkt3.0/jngcqcz/gc_eprt.jpg) no-repeat right;
	margin-top:2px;*margin-top:1px;
}
.qdbox{
	border:1px solid #CCC;   
	width:155px;   
	height:16px;
	background-color:#FFF;
	line-height:16px;
	background:url(../../../images/365tkt3.0/jngcqcz/gc_date.jpg) no-repeat right;
	margin-top:2px;*margin-top:1px;
}
#member_btn{
	width:48px;
	height:19px;
	margin-top:5px;
	float:left;
	display:inline;
	overflow:hidden;
}
#member_btnlogin{
	background:url(../../../images/365tkt3.0/login.gif) no-repeat;
	background-position: 0px 0px;
	width:40px;
	height:19px;
	float:right;
	display:inline;
	cursor:hand;
}
#member_btnreg{
	background:url(../../../images/365tkt3.0/login.gif) no-repeat;
	background-position: 0px -19px;
	width:40px;
	height:19px;
	float:right;
	display:inline;
	cursor:hand;
}
p{
	text-indent:2em;
	list-style:none;
}
#input{
	width:146px;
	height:18px;
	float:left;
	display:inline;
	margin-left:2px;
	margin-top:3px;
}
.card{
	border:1px solid #CCC;   
	width:132px;   
	height:18px;
	background-color:#FFF;
	line-height:18px;
}
.pass{
	border:1px solid #CCC;   
	width:48px;   
	height:18px;
	background-color:#FFF;
	line-height:18px;
}
#logohint{
	width:240px;
	height:100px;
	background:url(../../../upload/logo_hint.jpg) no-repeat;
	float:left;
	display:inline;
	cursor:hand;
}

/*搜索*/
#suggestfrom,#suggestto{width:180px;font-size:1em;font-family: Microsoft YaHei, simsun, Arial, Helvetica, sans-serif;text-align:left;}
.gray{color:gray;}
.ac_results {background:#fff;border:1px solid #BABABA;position: absolute;z-index: 10000;display: none;margin-top:2px}
.ac_results ul{margin:0;padding:0;list-style:none;}
.ac_results li a{white-space: nowrap;text-decoration:none;display:block;color:#666;padding:1px 1px;}
.ac_results li{border:4px solid #fff;}
.ac_over,.ac_results li a:hover {background:#66CC00; color:#FFF;}
.jianma{float:right; color:#FF6600;}
.quanpin{color:#999;font-size:1em;}
.ac_result_tip{border-bottom:1px dashed #666;padding:3px; color:#F60;}
