@charset "utf-8";
body,div,p{
	margin:0;
	padding:0;
}
input{
	vertical-align:middle;
}
input[type=radio],
input[type=checkbox]{
	margin:0 6px 2px 0;
	padding:0;
}

body{
	font:12px Verdana, Geneva, sans-serif;
	line-height:1.8em;
}
.gray{
	color:#6a6a6a;
}
.header{
	height:70px;
	background:url(bg_header.gif) center 0  no-repeat #090909;
}
.header-content{
	width:950px;
	margin:0 auto;
	position:relative;
	line-height:70px;
	font-size:16px;
	font-family:"微软雅黑";
	color:#fff;
}
.header .quicklink{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}
.header .quicklink a{
	color:#fff;
	text-decoration:none;
}
.header .quicklink a:hover{
	text-decoration:underline;
}
.header .logo{
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
	z-index:9;
}
.link a{
	font-size:20px;
	font-family:"微软雅黑";
	text-decoration:none;
	color:#031457;
	text-decoration:none;
}
.link a:hover{
	text-decoration:underline;
}
.footer{
	height:70px;
	line-height:70px;
	background:url(bg_footer.gif) center 0  no-repeat #090909;
	color:#6a6a6a;	
}
.question{
	background:#f5f6f7;
	padding-bottom:60px;
}
.question-content{
	width:950px;
	margin:0 auto;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
.rule-box{
	float:left;
	width:380px;
	padding:45px 0;
	color:#4f4f4f;
}
.rule-box h2{
	margin:0 0 30px;
	padding:0;
	height:76px;
	width:326px;
	display:block;
	background:url(text_title.gif) no-repeat;
}
.rule-box h2.title-succeed{
	background:url(text_succeed.gif) no-repeat;
}
.rule-box h2 span{
	display:none;
}
.rule-box p{
	font-size:14px;
	font-family:"微软雅黑";
}
.gift-box{
	float:right;
	width:520px;
	margin-top:10px;
}
.title{
	border-bottom:1px solid #d3d4d5;
	padding:10px 0;
	position:relative;
	margin-bottom:5px;
	zoom:1;
}
.title h2{
	margin:0;
	padding:0;
	display:block;
}
.title h2 span{
	display:none;
}
.title img{
	position:absolute;
	left:32px;
	top:41px;
}
.gift-box .title h2{
	width:80px;
	height:20px;
	background:url(text_gift.gif) no-repeat;
}
.question-box .title h2{
	width:121px;
	height:20px;
	background:url(text_question.gif) no-repeat;
}
.question-box p{
	font-weight:bold;
	font-size:14px;
	color:#595959;
	padding:10px 0;
}
.question-box label{
	display:inline-block;
	margin-left:16px;
	padding:2px 0;
}
.btn-submit{
	height:32px;
	width:70px;
	display:block;
	background:url(btn.gif) no-repeat;
	border:0;
	margin-top:30px;
}
.btn-submit span{
	display:none;
}

/*=== 顶部提示信息 ===*/
.msg{
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	padding-top:2px;
}
.msg span{
	display:inline-block;
	background-color:#0b8b00;
	color:#fff;
	line-height:20px;
	padding:0 2em;
}
.msg span.error{
	background-color:#ee3123;
}
/*=== 顶部提示信息 for IE6 ===*/
.msg{
	*position:absolute;
    *top:expression(documentElement.scrollTop + "px"); 
}
/*=== panel base style ===*/
.panel{
	zoom:1;
}
.panel-header{
	position:relative;
	border:1px solid #dedede;
	border-width:1px 1px 1px 1px;
	padding:5px 3px 4px 5px;
	background:#ececec;
	font-size:14px;
	line-height:16px;
	height:16px;
	*height:auto;
	overflow:hidden;
	zoom:1;
}
.panel-body{
	border:1px solid #dedede;
	border-width:0 1px 1px 1px;
	padding:5px;
	zoom:1;
}
.panel-list{
	 margin:0;
	 padding:0;
	 overflow:hidden;
	 width:100%;
	 text-overflow:ellipsis;
	 white-space:nowrap;
}
.panel-list li{
	line-height:24px; 
	list-style:none;
	background:url(../../img/list_bg.gif) 2px center no-repeat;
	padding-left:15px;
}
.panel-header .icon{
	margin-right:3px;
	*margin-top:0;
}
.panel-header-ext{
	position:absolute;
	right:0;
	top:0;
}
.panel-header-ext p{
	padding:3px 0.5em 5px;
	*padding:4px 0.5em 4px;
}
.panel-title{
	line-height:24px;
	margin:0 0 5px;
	position:relative;
	border-bottom:1px solid #dedede;
	zoom:1;
}
.panel-title-ext{
	position:absolute;
	right:0;
	top:0;
}
.panel-title .more{
    font-size:10px;
}
/*=== simple boder panel ===*/
.panel-border{
	padding:1px;
	border:1px solid #ececec;
	background-color:#fff;
}
.panel-border .panel-header{
	border:0;
	padding:4px 3px 5px 5px;
}
.panel-border .panel-body{
	border:0;
}
/*=== full corner panel ===*/
/*********
t = top
m = middle
b = bottom
h = header
l = left
r = right
c = center
*********/
/* panel top wrap */
.panel-tl,
.panel-tr{
	background:url(../../img/panel_corners.gif?1) no-repeat 0 0;
	height:5px;
}
.panel-tl,
.panel-tr,
.panel-tc{
	line-height:1px;
	overflow:hidden;
}
.panel-tl{
	padding-left:5px;
	background-position:0 0;
}
.panel-tr{
	padding-right:5px;
	background-position:right 0;
}
.panel-tc{
	height:4px;
	border-top:1px solid #dedede;
	background:#fff;
}
/*=== panel header wrap - only center ===*/
.panel-hc{
	border:1px solid #dedede;
	border-width:0 1px 1px 1px;
	padding:1px;
	background:#fff;
}
.panel-hc .panel-header{
	padding:1px 3px 4px 5px;
	*padding:2px 3px 3px 5px;
	border:0;
	background:url(../../img/panel_header_x.gif) repeat-x scroll left 0;
}
/*=== panel middle wrap ===*/
.panel-mc{
	border:1px solid #dedede;
	border-width:0 1px;
	background:#fff;
}
.panel-mc .panel-body{
	border-left:0;
	border-right:0;
	border-bottom:0;
	margin:0 1px;
	padding-bottom:2px;
}
/*=== panel bottom wrap ===*/
.panel-bl,
.panel-br{
	background:url(../../img/panel_corners.gif) no-repeat 0 0;
	height:5px;
}
.panel-bl,
.panel-br,
.panel-bc{
	line-height:1px;
	overflow:hidden;
}
.panel-bl{
	padding-left:5px;
	background-position:0 -5px;
}
.panel-br{
	padding-right:5px;
	background-position:right -5px;
}
.panel-bc{
	height:4px;
	border-bottom:1px solid #dedede;
	background:#fff;
}
/*=== panel spacer ===*/
.panel-spacer{
	background:url(../../img/panel_header_x.gif) repeat-x left -30px;
    border-color: #dedede;
    border-style: solid;
    border-width: 0 1px;
    height: 2px;
    overflow: hidden;
}
/*=== panel noheader ===*/
.panel-noheader .panel-body{
	padding-top:2px;
}
/*=== panel nobody ===*/
.panel-nobody .panel-hc{
	padding-bottom:0;
	border-bottom:0;
}
.panel-nobody .panel-bl{
	background-position:0 -30px;
}
.panel-nobody .panel-br{
	background-position: right -30px;
}
.panel-nobody .panel-bc{
	background-color:#fff;
}
.panel-nobody .panel-bc div{
	height:3px;
	background-color:#ececec;
}
/*=== panel noborder ===*/
.panel-noborder .panel-header{
	border:0;
}
.panel-noborder .panel-body{
	border:0;
}
/*=== end panel base style ===*/

/*=== window ===*/
.mask{
    z-index:8000;
    position:absolute;
	/*position:fixed;*/
    top:0;
    left:0;
    -moz-opacity:0.5;
    opacity:.50;
    filter:alpha(opacity=50);
    background-color:#ccc;
    width:100%;
    height:100%;
    zoom:1;
}
.window{
	position:absolute;
	top:0;
	left:0;
	z-index:9000;
	zoom:1;
}
.window-header{
	padding:6px 6px 4px 8px;
	border:1px solid #ccc;
	line-height:16px;
	font-size:12px;
	position:relative;
	background-color:#f3f3f3;
}
.window-body{
	border:solid #ccc;
	border-width:0 1px;
	padding:8px;
	background-color:#fff;
}
.window-header-text{
	white-space:nowrap;
	overflow:hidden;
}
.window-header .tool{
	float:right;
	position:relative;
}
.window-footer{
	background-color:#fff;
	border:1px solid #dedede;
	border-width:0 1px 1px 1px;
}
.window-footer .bottom{
	padding:3px 5px;
	_height:24px;
	min-height:24px;
	background-color:#f7f7f7;
}

.window-draggable .window-header{
	cursor:move;
}

.window-header .close{
	height:16px;
	width:16px;
	display:block;
	background-image:url(../../img/icon.gif);
	background-position:-64px 0;
}
.window-header .close *{
	display:none
}
.panel-hc .window-header{
	border:0;
	background:url(../../img/panel_header_x.gif) repeat-x;
	padding:4px 6px 5px 8px;
}
.panel-mc .window-body{
	border-left:0;
	border-right:0;
	border-bottom:0;
}
/*=== end window ===*/

