@CHARSET "UTF-8";

body{
	padding          : 0;
	margin           : 0;
	background-color : #FFF;
	font-family      : Microsoft Yahei;
	/*font-size        : 12px;*/
}

*{
	padding:0;
	margin:0;
}

/*a{text-decoration:none;font-size:14px;}
a:visited{text-decoration:none;font-size:14px;}
a:hover{text-decoration:underline;font-size:14px;}*/

ul li{
	list-style:none;
}

img{border: none;}

.reqMark{
	color:red;
	font-weight:bold;
	font-size:16px;
	vertical-align:top;
	margin-left: none;
	padding-left: none;	
}

.queryPageSpan{
	float:right;
	margin-right:20px;
	margin-bottom: 10px;
}

.queryPageSpan a{
	cursor:pointer;
	background: none;
	color: #000;
	margin-right: 8px;
	width: 30px;
	display: block;
	text-align: center;
	float: left;
}

.queryPageSpan label{
	display: block;
	float: left;
	margin-top: 2px;
}

.queryPageSpan a:LINK{
	margin-right: 8px;
}

.queryPageSpan a:VISITED{
	margin-right: 8px;
}

.queryPageSpan a:HOVER{
	background: #2A77C7;
	color: #fff;
	margin-right: 8px;
	text-decoration: none;
	font-weight: bold;
}

/****************** 消息提示 *******************/
#msg{
	left             : 190px;
	top              : -150px;
	width            : 710px;
	height           : 28px;
	border           : 1px solid #FD6D01;
	display          : none;
	position         : relative;
	font-size        : 14px;
	font-weight      : bold;
	background-color : #FFFFE5;
	color            : #FD6D01;
	padding-top      : 8px;
	padding-left     : 8px;
	z-index          : 99;
	letter-spacing   : 4px;
}

#msg img{
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 12px;
	height: 20px;
	width: 20px;
}
#alertMsg{
	position : fixed;
	bottom :0;
	display:block;
	margin-left:10px;
	z-index:10;
}
/******************* 分享代码 **********************/
.clear{
	clear: both;
}

.shareDiv{
	height:30px;
	float:right;
	margin-right: 15px;
	margin-bottom: 10px;
}

.panel .mytit{background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #efefef), color-stop(1, #fafafa));color: #555;}
