
@charset "utf-8";
/***********************CSS RESET*********************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,   
form,fieldset,input,textarea,p,blockquote,th,td {   
    padding: 0;   
    margin: 0;   
}   
table {   
    border-collapse: collapse;   
    border-spacing: 0;   
}   
fieldset,img {   
    border: 0;   
}   
address,caption,cite,code,dfn,em,strong,th,var {   
    font-weight: normal;   
    font-style: normal;   
}   
ol,ul {   
    list-style: none;   
}   
caption,th {   
    text-align: left;
    text-indent:10px;
}   
h1,h2,h3,h4,h5,h6 {   
    font-weight: normal;   
    font-size: 100%;   
}   
q:before,q:after {   
    content:'';   
}   
abbr,acronym { border: 0;   
}  


.clear{
    clear:both;
}

body{
    background:url(../../images/linen-lt.png);
    font:12px "microsoft yahei";
    color: #565656;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
     background-color: transparent;
                padding: 0;  
                border: 0;
}

h1.title {
    font: 32px "microsoft yahei";
    margin:10px 20px;
    color:#666;
}
/* Forms */
input[type=text],
input[type=password],
textarea {
    background: #fafafa;
/*    -moz-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 10px rgba(0,0,0,0.1);*/
    border: 1px solid #ddd;
    color: #888;
    outline:none;
}
::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background: #FDFDFD;}
::-webkit-scrollbar-thumb:vertical{background-color:#8E8E8E;border-radius:5px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

@-webkit-keyframes animate-cloud {
  from {
    background-position: 600px 100%;
  }
  to {
    background-position: 0 100%;
  }
}
@-moz-keyframes animate-cloud {
  from {
    background-position: 600px 100%;
  }
  to {
    background-position: 0 100%;
  }
}
@-ms-keyframes animate-cloud {
  from {
    background-position: 600px 100%;
  }
  to {
    background-position: 0 100%;
  }
}
@-o-keyframes animate-cloud {
  from {
    background-position: 600px 100%;
  }
  to {
    background-position: 0 100%;
  }
}

html{
	height: 100%;
}
body{
   background:url(../images/cloud.png) 0 bottom repeat-x  #049ec4;
  -webkit-animation: animate-cloud 20s linear infinite;
  -moz-animation: animate-cloud 20s linear infinite;
  -ms-animation: animate-cloud 20s linear infinite;
  -o-animation: animate-cloud 20s linear infinite;
  animation: animate-cloud 20s linear infinite;
  width: 100%;
  height: auto;
}

.signup_container{
	width:340px;
	height: auto;
	margin:10% auto 0;
	padding-bottom: 20px;
	background: #EDEDED;
	text-align: center;
	border-radius: 8px;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.6);
	-webkit-user-select:none;
	-ms-user-select:none;
}


h1.signup_title{
	background:#19B4EA;
	width: 100%;
	height:70px;
	font: 20px/1.4 "microsoft yahei";
	font-weight:bold;
	text-align: left;
	text-indent:20px;
	letter-spacing:3px;
	color:#FDFDFD;
	line-height: 70px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.signup_container .copyright{
	margin:20px 0;
	color: #ABABAB;
}

.signup_forms{
	width:260px;
	margin:20px auto 0;
	padding: 0;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.36),0 1px 0 rgba(255,255,255,0.15);
}

.signup_forms .form_row {
	position:relative;
	border-top:1px solid #CCC;
	border-top:1px solid rgba(0,0,0,0.12);
}



.signup_forms .form_row2 {
	position:relative;
	float: left;
	height:30px; width:100px;
	margin:5px;
	border:1px solid #CCCCCC;
	
	
}

.signup_forms .form_row2 input {
text-indent:10px;
padding:2px;
	
}


.signup_forms label {
	display:none
}

.signup_forms input{
	width:100%;
	padding: 10px 0;
	text-indent: 40px;
	display:block;
	margin:0;
	border:0;
	outline: none;
	font:bold 14px/1.4 "microsoft yahei";
	line-height:25px;
	color: #888;
}


#signup_name{
	background: url('../images/i1.png') no-repeat 9px 15px;
}
#signup_password{
	background: url('../images/i2.png') no-repeat 9px 15px;
}

#yanz_password{
	background: url('../images/i3.png') no-repeat 9px 15px;
}

#signup_select{
   background: url('../images/i3.png') no-repeat 9px 12px;
}


#d{
	position: absolute;
	right: 10px;
	top: -14px;
	cursor: pointer;
}

#admin{
	background: #FFF;
	padding: 5px;
}


.form_row ul{
	background: #EDEDED;
	width: 216px;
	position: absolute;
	display:none;
	border:1px solid #CCC;
	border-top: none;
	cursor: pointer;
}

.form_row li{
	width: 100%;
	padding: 6px 0;
	line-height: 25px;
	text-indent:30px;
}



.login-btn-set{
	width:124px;
	height: auto;
	overflow: hidden;
	margin:10px auto;
}
.login-btn{
	display: block;
	background: url(../images/btn.jpg) no-repeat;
	width: 124px;
	height:37px;
	margin-top:10px;
}


.DivLocker{ position:fixed; display:none; top:0; left:0; z-index:1987; width:100%; height:100%; background:#000;filter:alpha(opacity=50); opacity:0.7; }
.load {margin: 5% auto 0 auto;width: 200px;text-align: center;}

.load > div {width: 20px;height: 20px;background-color: #e3e5e5;border-radius: 100%;display: inline-block;-webkit-animation: bouncedelay 1.4s infinite ease-in-out;animation: bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both; }
.load .load1 {-webkit-animation-delay: -0.40s;animation-delay: -0.40s;}
.load .load2 {-webkit-animation-delay: -0.30s;animation-delay: -0.30s;}
.load .load3 {-webkit-animation-delay: -0.20s;animation-delay: -0.20s;}
.load .load4 {-webkit-animation-delay: -0.10s;animation-delay: -0.10s;}
@-webkit-keyframes bouncedelay {0%, 33%,66%, 100% { -webkit-transform: scale(0.0) }66% { -webkit-transform: scale(1.0) }}
@keyframes bouncedelay {0%, 33%,66%, 100% { transform: scale(0.0);-webkit-transform: scale(0.0);} 66% { transform: scale(1.0);-webkit-transform: scale(1.0);}}


