<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---common---*/
html { color:#cccccc;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
fieldset, img { border:0 none; }
li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
input, button, textarea, select, optgroup, option { 
	font-family:inherit; 
	font-size:inherit; 
	font-style:inherit; 
	font-weight:inherit; 
	/*border:2px solid #CCC; */
	border: 1px solid #000000;
	height: 40px;
    padding: 7px 30px 3px 5px;
    width: 280px;
    -moz-border-radius: 5px 5px 5px 5px;
    }
input, button, textarea, select { *font-size:100%;}
a{color:#41545F;text-decoration:none;}
a:hover{color:#41545F;}
body { font:14px/1.5em 'å¾®è½¯é›…é»‘',Arial, Helvetica, sans-serif; color:#cccccc; background: url("../images/body_bg.jpg") no-repeat scroll center top #202020;}
#container {margin:0 auto; width:970px;}

#reg_title{
	margin:0;
	padding: 10px 0px;
	font-size: 16px;
	font-weight: bold;
}


#reg p{
    clear: both;
    float: left;
    margin: 0;
    padding: 0 0 20px;
    width: 320px;
}

#reg input {
    padding-left: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#reg .submit {
	padding: 0px;
	width: 188px;
	height: 40px;
}

input.pwd {
    background: url("../images/bpwd.png") no-repeat scroll 10px center #FFFFFF;
}

input.name {
    background: url("../images/bname.png") no-repeat scroll 10px center #FFFFFF;
}

input.email {
    background: url("../images/bmail.png") no-repeat scroll 10px center #FFFFFF;
}

input.formtip {
    float: left;
    height: 20px;
    padding: 7px 30px 3px 5px;
}

.container {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

header {
    float: left;
    height: 102px;
    width: 100%;
}

header nav {
    background-position: right top;
    background-repeat: no-repeat;
    height: 98px;
    position: absolute;
    right: 0;
    top: 0;
}

img#logo {
    margin: 20px 0px;
}

img {
    border: medium none;
}

header nav {
    /*background-image: url("images/navbg.gif");*/
    background-position: right top;
    background-repeat: no-repeat;
    height: 98px;
    position: absolute;
    right: 0;
    top: 0;
}

header nav ul {
    list-style: none outside none;
    margin: 40px 0 0 0;
    padding: 0;
}

header nav li {
    float: left;
    font-size: 14px;
    margin: 0 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.content {
    float: left;
    line-height: 2em;
    margin: 0;
    padding: 30px 0 20px;
    position: relative;
    width: 100%;
}

#web .webbody {
    float: left;
    margin: 0 30px 0 0px;
    width: 495px;
	background: url("../images/dark.png") ;
	-moz-border-radius: 8px 8px 8px 8px;
	padding: 30px;
}

#web aside {
    float: left;
    font-size: 14px;
    margin: 0px 0 0 15px;
    width: 340px;
	background: url("../images/light.png") ;
	padding: 20px 10px;
	-moz-border-radius: 8px 8px 8px 8px;
}

#weblist p{
    clear: both;
    float: left;
    margin: 0;
    padding: 0 0 20px;
}

.col4 {
    clear: both;
    overflow: hidden;
    padding: 0 10px;
    width: 940px;
}

.col4 section {
    display: inline;
    float: left;
    margin-left: 20px;
}</pre></body></html>