@charset "utf-8";
*:focus {
	outline: none;
}
/* fade */
.jbox-fade {
	background-color:#000000;
	_background-color:none;
}
/* drag */
.jbox-drag {
	border:1px dashed #ADADAD;
}
/* jbox */
div.jbox {
	padding:0px;
	border:none;
	font-size:12px;
}
/* border */
div.jbox .jbox-border {
	background: none repeat scroll 0 0 #000000;
	_background:#dedede;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity:0.2;
}
/* container */
div.jbox .jbox-container {
	border:1px solid #a9a9a9;
	background:url(../images/bg-box.png) repeat-x #ffffff;
}
/* title-panel */


div.jbox .jbox-title {
	color:#137DC9;
	font-size:14px;
	font-weight:bold;
	
}
.jbox-title-panel { margin-top:5px;}
div.jbox .jbox-close, div.jbox .jbox-close-hover {
	 background: url("../images/icon.png") no-repeat scroll 0 -152px transparent;
    display: block;
    height: 15px;
    width: 15px;
	z-index:999;
	margin:5px 5px 0 0;
}
div.jbox .jbox-close-hover {
	background-position:0 -184px;
}
/* content */
div.jbox .jbox-content {
	min-height:24px;
	line-height:18px;
	color:#444444;
	 text-align: center;
}
div.jbox .jbox-content-loading {
	border-bottom: 1px solid #C2C2C2;
}
div.jbox .jbox-content-loading-image {
	background:url(../imghome/jbox-content-loading.gif) no-repeat bottom center;
}
/* button-panel */
div.jbox .jbox-button-panel {
	border-top: 1px solid #F3F3F3;
	margin-bottom:20px;
}
/*
div.jbox .jbox-button-panel {
	border-top: 1px solid #F3F3F3;
}
*/
div.jbox .jbox-bottom-text {
	text-indent:10px;
	color:#444444;
}
div.jbox .jbox-button {
	background:url(../images/button-1.png) no-repeat -110px -184px;
	width:62px;
	text-align:center;
	border:none;
	font-size: 12px;
	height:24px;
	margin: 1px 28px 0 0;
	cursor:pointer;
	color:#777777;
	
}
/*
div.jbox .jbox-button {
	background:url(../images/button-1.png) no-repeat -110px -184px;
	width:62px;
	text-align:center;
	border:none;
	font-size: 12px;
	height:24px;
	margin: 1px 7px 0 0;
	cursor:pointer;
	 color:#777777;
}
*/
div.jbox .jbox-button-hover {
	background-position:-110px -224px;
	color:#333333;
}
div.jbox .jbox-button-focus { background-position:0px -184px;color:#ffffff;}
div.jbox .jbox-button-focus:hover { background-position:0px -224px;}
div.jbox .jbox-button-active {
	/*margin:2px 6px 0 0;*/
	margin: 1px 28px 0 0;
}
div.jbox-warning .jbox .jbox-button-panel {
	background-color: #FFFFFF;
}
/* tip-color */
div.jbox .jbox-tip-color {
	background: #3ac2ef;
	background: -webkit-gradient(linear, left top, left bottom, from(#1AA2D8), to(#0079AA));
	background: -moz-linear-gradient(top, #1AA2D8, #0079AA);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AA2D8', endColorstr='#0079AA');
	border-color:#004B6A;
	border-radius:3px 3px 3px 3px;
	color:#fff;
}
/* icons */
div.jbox span.jbox-icon {
	background:url(../imghome/jbox-icons.png) no-repeat scroll 0 0 transparent;
	_background:url(../imghome/jbox-icons-ie6.gif) no-repeat scroll 0 0 transparent;
}
div.jbox span.jbox-icon-info {
	background-position:0 0;
}
div.jbox span.jbox-icon-question {
	background-position:-36px 0;
}
div.jbox span.jbox-icon-success {
	background-position:-72px 0;
}
div.jbox span.jbox-icon-warning {
	background-position:-108px 0;
}
div.jbox span.jbox-icon-error {
	background-position:-144px 0;
}
div.jbox span.jbox-icon-none {
	display: none;
	overflow:hidden;
}
div.jbox span.jbox-icon-loading {
	background:url(../imghome/jbox-loading1.gif) no-repeat scroll 0 0 transparent;
}
/*弹框框架*/
  div.msg-div {
	padding: 10px;
}
div.msg-div p {
	padding: 0px;
	margin:5px 0 0 0;
}
div.msg-div .field {
	padding: 0px;
}
div.msg-div .field textarea {
	width: 90%;
	height: 50px;
	resize:none;
	font-size:12px;
}
.errorBlock {
	background-color: #FFC6A5;
	border: solid 1px #ff0000;
	color: #ff0000;
	margin: 10px 10px 0 10px;
	padding:7px;
	font-weight: bold;
}
/*登录框架*/

.zq-login { width:400px; margin:0 auto; margin-top:20px; position:relative;}
.zq-login td{ padding:5px 0;}
.zq-login .bold { font-weight:bold; font-size:14px; color:#137DC9; float:left; line-height:24px;}
.width200 { width:320px; border:1px solid #c9c8ca; border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px; padding:8px 5px;}
.zq-login a { margin-left:30px; text-decoration:underline;}
.zq-login input.danxuan_box { width:20px; vertical-align:middle;}
.zq-login .yzmp span { display:inline-block; *display:inline; vertical-align:middle; text-align:left; margin-right:7px;}
.zq-login .yzmp .width200 { width:140px;}

