@charset "GBK";
/*
comment style by AiorosLee#9you.com 2010-5-12
version number 1.0.0
*/
/* Reset Css by YUI */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/* base */
body{font:12px/1.75 "宋体",arial,sans-serif; color:#333; background:#000; height:100%;}
html{margin:0;padding:0; height:100%;}	
fieldset{display:inline;}
button{line-height:1.2;vertical-align:middle;cursor:pointer;}
strong{font-weight:800;}
a {color: #bd6b07; text-decoration: none;}
a:visited {text-decoration: none; color: #BD6B07;}
a:hover {text-decoration: none; color: #333;}
a:active {text-decoration: none;}

/* 页面容器 */
#container {
	width:100%;
	margin:0 auto;
}
/* 页面头部 */
#header {
	width:100%;
	margin:0 auto;
	border-bottom:#656565 solid 2px;
}
/* 页眉导航 */
.navi {
	width:100%;
	height:22px;
	margin-top:4px;
	margin-right:0;
	margin-bottom:4px;
	text-align:right;
/* if IE6 */
	_overflow:hidden;
}
.navi ul {
	margin:0;
	padding:0;
}
.navi ul li {
	height:22px;
	list-style-type:none;
	margin-left:5px;
	margin-bottom:0;
	float:right;
}
/* 页面内容 */
.content {
	margin:0 auto;
	text-align:center;
	
}
.contentmain {
	width:1003px;
	margin:0 auto;
	padding:0;
}
/* 页脚部分 */
.footer {
	width:100%;
	height:36px;
	margin:0 auto;
	background:url(../images/index_14.jpg) no-repeat center;
	border-top:#646464 solid 1px;
	border-bottom:#646464 solid 1px;
}

.pic {
	padding:3px;
	background:#FFF;
	border:#999 solid 1px;
}
.picContent {
	padding:10px 0;
}
.tableLine {
	background:#bb6c06;
}
.tittle {
	font-size:14px; 
	color:#D20202; 
	font-weight:bold;
}
.top {
	color:#E80000;
	text-decoration:underline;
}
.point {
	color:#F00;
}
.tableText {
	margin:10px 0;
}
.tcbg{	
	padding:0px;	
	top:0px;
	background-color:#CC0D93;
	position:absolute;
	height:100%;
	min-height:560px;
}
.loginbg{
	position:absolute;
	margin:0 -160px;
	top:20%;
	left:50%;
	
	}
.closebt{
    margin:5px 305px;
	cursor:pointer;
	
	position:absolute;
	top:20%;
	left:50%;
	z-index:10;
	text-align:center
	
}
img .closebt{
	cursor:pointer;

	}
	
.red{color:#F55; font-weight:800}	
input{border:#CCC 1px solid;}
