<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a img{
	border: 0;
}
* {
    margin: 0;
}
body,html{
	padding: 0;
	margin: 0;
	background: #a8d5e8 url('../images/head_bg.png') repeat-x;
}
ul{
	list-style: none;
    margin: 0;
}
.wrapper{
	width: 900px;
	margin: 0 auto;
}
#head{
	position: relative;
	height: 121px;
}
#logo{
	position: relative;
	top: 35px;
	left: 0;
}

#menu{
	position: absolute;
	right: 0;
	top: 79px;
}
#menu a{
	margin: 0 0 0 18px;
}
#menu .selected {
    margin:0 0 0 18px;
}

#sysmenu{
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	height: 22px;
	background: url('../images/sysmenu_bg.png') no-repeat;
}
#sysmenu img{
	margin: 6px 0 0 10px;
}
#content{
	position: relative;
	height: 380px;
	width: 870px;
	padding: 0 0 0 30px;
}
#content h1{
	margin: 0;
	padding: 50px 0 0 0;
	font: bold 44px Arial;
	color: #000;
}
#content p{
	padding: 0;
	margin: 25px 0 30px 0;
	font: 13px Arial;
	color: #000;
}

#pages{
	/*float: left;*/
	position: absolute;
	bottom: 40px;
	left: 30px;
	height: 21px;
	background-color: #b5e2f5;
	font: bold 12px Arial;
}
#pages img{
	float: left;
}
#pages .page_link{
	float: left;
	display: block;
	height: 18px;
	padding: 3px 0 0 6px;
	width: 14px;
	color: #000;
	text-decoration: none;
}
#pages .page_link-selected{
    float: left;
    display: block;
    height: 18px;
    padding: 3px 0 0 6px;
    width: 14px;
    text-decoration: none;
    background-color: #39b2e1;
    color: #fff;
}
#join_but{
	position: absolute;
	bottom: 40px;
	right: 30px;
}

#footer{
	width: 900px;
	margin: 0 auto;
	padding:0;
	text-align: center;
	font: 10px Arial;
}
#footer img{
	vertical-align: middle;
}
#footer a{
	color: #000;
	text-decoration: underline;
}

#login_box{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	position: absolute;
	top: 50px;
	right: 0;
	font: 12px arial;
	color: #000;
	text-align: right;
}
#login_box td{
	padding: 0 0 3px 8px;
	margin: 0;
}
#login_box input{
	border: 1px solid #cfcfcf;
	font: 12px Arial;
	color: #999999;
}

.simple_p{
	margin: 0 70px 10px 70px;
	font: 1.5em Arial;
}
.simple_faq{
	margin: 0 70px 10px 70px;
	padding-top: 10px;
	font: 1.5em Arial;
	font-weight: bold;
}
h3.simple_faq{
	margin: 0 70px 10px 70px;
	padding-top: 10px;
	font: 1.5em Arial;
	font-weight: bold;
}
h2.simple_faq{
	margin: 0 70px 10px 70px;
	padding-top: 10px;
	font: 1.8em Arial;
	/*font-weight: bold;*/
}
h1.simple_faq{
	margin: 0 70px 0 70px;
	padding-top: 10px;
	font: 2.0em Arial;
	font-weight: bold;
}
.simple_ul{
	margin: -5px 70px 10px 80px;
	font: 1.4em Arial;
}
.simple_ul li{
	margin-bottom: 5px;
}

.simple_ul a, .simple_p a, .simple_faq a{
	color: #2291d1;
}

.common{
	text-align: center;
	padding: 40px 0 60px 0;
}
.common p{
	text-align: left;
	margin: 0;
	padding: 0 20px 10px 20px;
	font: 14px Arial;
	line-height: 1.3;
}
.common h3{
	margin: 0;
	padding: 10px 0 10px 10px;
	font: 14px Arial;
	font-weight: bold;
	text-align: left;
}
.common img{
	width: 750px;
	margin: 0 0 50px 0;
}
.common .feat_h{
	font-weight: bold;
	font-style: italic;
}

.form_field_wrapper {
    padding: 1px 0 20px 0;
}

.form_field {
    width:267px;
    border:1px solid #cfcfcf;
    font-size:1.4em;
}

.form_field_file {
    border: 1px solid #cfcfcf;
    font-size: 1.0em;
    margin-top: 3px;
    margin-bottom: 7px;
}

.form_field_short {
    width:70px;
    border:1px solid #cfcfcf;
    font-size:1.4em;
    background-color: #ffffff;
}

.form_field_wider {
    width:350px;
    border:1px solid #cfcfcf;
    font-size:1.4em;
}

#login #decoratorBody {
    height: 400px;
}

#passwordGenerate #decoratorBody {
    height: 400px;
}

.signup_field_phone {
    width:47px;
    height:21px;
    border:1px solid #cfcfcf;
    background-color:#fff;
    font-size:1.4em;
}

.signup_tips{
    font:11px Arial;
    font-weight: bold;
    line-height:1.5;
    padding:15px 20px 0 0
}

.signup_tips .header {
    padding: 0 0 20px 15px;
    color:#3496b9;
    font:14px Arial;
    font-weight:bold;
}

.signup_tips .tip {
    padding: 0 0 0 15px;
    background: url('../images/bul.gif') no-repeat left 3px;
}

.errorline {
	clear: both;
	font: 14px Arial;
    padding:10px 160px 0 160px;
	color: #d15f24;
}

.infoline {
	clear: both;
	font: 14px Arial;
    padding:10px 160px 0 160px;
	color: #000000;
}

.title {
    font-family: Arial;
    font-size: 18px;
    margin: 18px 0pt 22px;
    color: rgb(53, 151, 188);
}

.docmein_button{
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
    white-space:nowrap;
    cursor:pointer;
}

.pr-topLine {
	height: 29px;
	background: url('../images/top_bg.gif') repeat-x;
}

.pr-wrapper {
	width: 98%;
	margin:0 auto;
}

.pr-topLine .pr-wrapper .gwt-Image {
	float: right;
	margin: 3px 0 0 5px;
}

.pr-header{
	position: relative;
	clear: both;
    height: 69px;
    width: 98%;
    margin:0 auto;
}

.pr-statusBar{
	clear: both;
	padding: 5px 0 5px 0;
	font: 1.2em Arial;
	text-align: right;
}

.pr-headerLogo{
	position: absolute;
	top: 7px;
	left: 0;
}

.pr-contentBox {
	clear:both;
    width: 98%;
    margin: 0 auto;
}

.pr-tabContentBackground {
  background:url(../images/bg_bot.png) repeat-x left bottom;
  clear:both;
}

.pr-tabContentBackgroundL {
  background:url(../images/brd_bg_l.gif) repeat-y left top;
}

.pr-tabContentBackgroundR {
  background: url(../images/brd_bg_r.gif) repeat-y right top;
}

.pr-tabContentBackgroundBlueTopline {
  background:transparent url(../images/tp_bg.png) repeat-x scroll 0 0;
  clear:both;
  font-size:0;
  height:5px;
  line-height:0;
  position:relative;
  width:100%;
}

.pr-ltImg {
  left:0;
  position:absolute;
  top:0;
}

.pr-rtImg {
  position:absolute;
  right:0;
  top:0;
}

.pr-tabContentBackgroundSmoothBottom {
  clear:both;
  height:23px;
  position:relative;
  width:100%;
  /*margin-top:50px;  */
}
.pr-crnLb {
  float: left;
}

.pr-crnRb {
  float: right;
}

.domainSelector {
	width: 415px;
	float: right;
	margin-bottom: 10px;
	font: 1.2em Arial;
}
/*
.domainSelector label {
	float: left;
}
*/</pre></body></html>