
*{
	padding:0px;
	margin:0px;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background-color:#EEE;
}
ul{
	list-style:none;
}
a{
	color:#06C;
}
a:hover{
	color:#669900;
	text-decoration:none;
}
input,button,select{
	vertical-align:middle;
}
.fc-690{
	color:#690;
}
.fs-14{
	font-size:14px;
}

.main{
	width:900px;
	margin:14px auto 0px;
}

.main .pleft{
	width:168px;
	float:left;
	cursor:default;
	padding-top:6px;
}
.main .pright{
	width:720px;
	float:right;
}


.pr-title{
	width:720px;
	margin:8px auto 0px;
	overflow:hidden;
	position:relative;
}
.pr-title h3{
	width:130px;
	height:28px;
	line-height:28px;
	overflow:hidden;
	display:block;
	font-size:14px;
	background:#f2f2f2;
	border-bottom:1px solid #e6e6e6;
	color:#333;
	font-weight:bold;
	text-align:center;
}
.pr-title .o{position:absolute;left:140px;top:6px;}

.inner{
	width:450px;
	margin:0 auto;
	}
	.inner .content .top-zone {
height: 200px;
}
.inner .content .area {
padding: 10px 20px;
position: relative;
}
.inner .content .top-zone .welcome {
margin-top:70px;
}
.inner .content h1 {
font-size: 24px;
color: white;
height: 45px;
line-height: 45px;
width: 100%;
text-align: center;
text-shadow: 0px 1px 1px #4E99C0;
}
.inner .content .top-zone .welcome h2 {
margin-top: 30px;
text-align: center;
color: #3884A7;
font-weight: bold;
font-size: 14px;
}
.inner .content .bom-zone {
text-align: center;
    height: 80px;
}
.green.button {
color: #345903 !important;
border: 1px solid #96A37B !important;
background-color: #79BE1E;
}
.button.small {
font-size: 13px;
}
input{
	vertical-align:middle;
	margin-right:3px;
	font-size:12px;
}
textarea{
	vertical-align:top;
	font-size:12px;
	line-height:156%;
	border:1px solid #AAA;
	padding:3px;
	letter-spacing:1px;
	word-break:break-all; 
	overflow-y:auto;
}
.input-txt{
	padding:4px 8px 4px 6px;
	border:1px solid #AAA;
	font-size:12px;
	color:#000;
	width:200px;
}

.textipt_on{
	border:1px solid #F90;
}


hr{
	height:1px;
	line-height:1px;
	overflow:hidden;
	border-width:1px 0px 0px 0px ;
	border-top:1px solid #E6E6E6;/*兼容Opera*/
 }
hr:empty {
	margin:8px 0px 7px 0px !important;
	margin:0px;
}

small{
	font-size:12px;
}

.moncolor td{
	background:#FFC;
}

.ckbox{
	font-size:12px;
	overflow:hidden;
	margin:0px auto;

}


.ckbox thead tr td{
	background:url(body_title_bg.gif) -1px -1px repeat-x;
	height:31px;
	line-height:31px;
	text-indent:10px;
}

.ckbox thead tr td strong{
	letter-spacing:2px;
	margin-right:14px;
	color:#FFF;
	font-size:14px;
}


.ckbox thead tr td span{
	color:#CDA;
}


.ckbox thead tr td  p{
	height:31px;
	display:inline;
	float:right;
	margin:-31px 10px 0 0;
	overflow:hidden;
}
.ckbox thead tr td  p *{
	float:right;
}
.ckbox thead tr td a.thlink{
	color:#FFF;
}
.ckbox thead tr td a.thlink:hover{
	color:#FFFF00;
	text-decoration:none;
}


.ckbox tbody {
	overflow:hidden;
	text-align:left;
}

.ckbox tbody tr th{
	background:#f2f2f2;
	color:#666;
	line-height:28px;
	height:28px;
	padding-left:7px;
	font-weight:normal;
	border-bottom:1px solid #f2f2f2;
	letter-spacing:2px;
}

.ckbox tbody tr td{
	padding:7px;
	border-bottom:1px solid #F2F2F2;
	color:#333;
	vertical-align:top;
}

.ckbox tbody tr td p{
	line-height:21px;
}
.ckbox tbody tr td p strong img{
	vertical-align:middle;
}
.ckbox tbody tr td img{ 
	vertical-align:top;
	margin:0px 10px 5px 0px;

}
.ckbox tbody tr td small{ 
	color:#888;
}

.ckbox tfoot tr td{
	padding:10px;
	line-height:25px;
	text-align:center;
}
.ckbox tfoot tr td p{
	line-height:21px;
	margin-bottom:10px;
}

input.but{
	height:26px;
	padding-left:6px;
	padding-right:6px;
	line-height:26px;
	font-weight:bold;
	letter-spacing:1px;
	color:#FFF;
	background-color:#FC3;
}

.onetd{
	width:120px;
	text-align:right;
	line-height:25px;
}
.but_ne{
	display: block;
    line-height: normal;
    width: 120px;
    margin: 0 auto;
    border-radius: 5px;
    font-weight: 400;
    padding: 12px 24px;
    background-color: #21CA63;
    color: #fff;
    font-size: 16px;
	cursor:pointer;
	border:none;
}
.but_ne:hover{
	background-color: #08BF57;
}