a {
	color:#9dc9ec;
	text-decoration:none
}

a:hover{text-decoration:underline}

ul,li{list-style:none}

.wrapper{
	background: transparent;
	width:510px;
	margin: 100px auto 0 auto;
	text-align:left
}

.content{
	width:100%
}

.logo{
	background: url(../images/logo.png) no-repeat;
	height: 145px;
	margin: 0 auto;
	padding: 0;
	width: 210px;
	/*border: 3px solid #d4d4d4;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.falogo{
	/*height: 200px;*/
	height: 160px;
	margin: 0 auto;
	padding: 0;
	width: 502px;
	padding-top: 5px;
}
.title{font-size:22px;
	font-weight:normal;
	margin:0 0 22px 0;
	line-height: 1.2;
	text-align: center;
}
.genError {
	display:none;
	font-size: 12px;
    color: #FF0000;
    margin: 10px 0 -10px 10px;
    padding: 0 90px 0 77px;
}
#devForm input[type=text],#devForm input[type=password]{
	background: #fff;
	border:2px solid #3e7cad;
	border-radius:8px;
	color:#186099;
	font-size:17px;
	height:25px;
	margin:22px 85px 0;
	padding:8px;
	width:311px
}
#devForm input[type=text]:focus,#devForm input[type=password]:focus{border:2px solid #b0dcff;box-shadow:0px 0px 4px #fff;outline:none}
#devForm input[type=password]{margin-bottom:10px}
#devForm input::-webkit-input-placeholder{color:#a8a8a8}
#devForm input:-moz-placeholder{color:#a8a8a8}
.error{color:#f00;display:inline-block;margin:6px 0 0 90px}
#submit_inp{border:3px solid #F0F0F0;border-radius:8px;color:#245582;cursor:pointer;font-size:18px;height:42px;margin:10px 87px 22px;text-shadow:0x 1px #fff;width:328px}
#submit_inp:hover{background:color:#d0ebff}
#submit_inp:active{color:#18537f}
.dyk{display:block;margin:0px;text-align:center}
.dykinfo{display:block;margin:0 0 10px;text-align:center}
.register{display:block;text-align:center}
.registed_link{color:#9dc9ec;text-shadow:#06131e 0 -1px 0;font-weight:bold;margin-left:5px}

.forgot {
    float: right;
    margin: 0 201px 0 0;
}

.copy {
    float: right;
    margin: 0 178px 0 0;
}

.resetP{
	color: #FFFFFF;
    font-size: 14px;
    padding: 10px;
}

.title-div{
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	width: 550px;
	height: 50px;
	color: #fff;
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.stretch {
    width:100%;
    height:100%;
}
