@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-size: 12px
}

.showMsg .guery {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

a:link,a:visited {
	text-decoration: none;
	color: #0068a6
}

a:hover,a:active {
	color: #ff6600;
	text-decoration: underline
}

.showMsg {
	border: 1px solid #1e64c8;
	zoom: 1;
	width: 500px;
	height: 178px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -87px 0 0 -250px;
}

.showMsg h5 {
	background-image: url(../images/msg_img/msg.png);
	background-repeat: no-repeat;
	color: #fff;
	padding-left: 35px;
	height: 25px;
	line-height: 26px;
	*line-height: 28px;
	overflow: hidden;
	font-size: 14px;
	text-align: left
}

.showMsg .content {
	padding: 46px 12px 10px 45px;
	font-size: 14px;
	height: 66px;
}

.showMsg .bottom {
	background: #e4ecf7;
	line-height: 30px;
	*line-height: 34px;
	height: 30px;
	text-align: center
}

.showMsg .ok,.showMsg .guery {
	background: url(../images/msg_img/msg_bg.png) no-repeat 0px
		-560px;
}

.showMsg .guery {
	background-position: left -460px;
}

input.mbutton {cursor:pointer;height:24px;padding: 4px 8px 4px 8px; display: inline-block; border-radius: 2px;text-align: center; line-height: 1; *padding:4px 10px; *height:2em; letter-spacing:2px; font-family: '宋体'; width:auto; overflow:visible; *width:1; color: #333; border: solid 1px #999; background: #DDD;  background: linear-gradient(top, #FFF, #DDD); background: -moz-linear-gradient(top, #FFF, #DDD); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD)); text-shadow: 0px 1px 1px rgba(255, 255, 255, 1); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: box-shadow linear .2s; }
input.mbutton::-moz-focus-inner{ border:0; padding:0; margin:0; }
input.mbutton:focus { outline:none 0; border-color:#426DC9; box-shadow:0 0 2px rgba(66, 109, 201, .9); }
input.mbutton:hover { color:#000; border-color:#666; }
input.mbutton:active { border-color:#666; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF'); background: linear-gradient(top, #DDD, #FFF); background: -moz-linear-gradient(top, #DDD, #FFF); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF)); box-shadow:inset 0 1px 5px rgba(66, 109, 201, .9), inset 0 1px 1em rgba(0, 0, 0, .3); }