.outlogin_wrap1 {
	left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 100000; _position: absolute;
}
.outlogin_wrap1 .outlogin_bg1 {
	background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; height: 100%; filter: alpha(opacity=80);opacity:0.8;-moz-opacity:0.8; position: absolute;
}
.outlogin_wrap_area1 {position:absolute; left:50%; top:50%; padding:5px; width:490px;}


#login-box1 {
	margin:0 auto;
	width:375px;
	height: 350px;
	padding: 20px 60px 0 60px;
	color: #818181;
	background: url(../img/login-box-backg.png) no-repeat left top;
	position:relative;
}
#login-box1 #outlogin_wrap_close1 {position:absolute; left:445px;top:10px;	font: normal 12px Arial;color:#666;
}

#login-box1 img {
	border:none;
}

#login-box1 h2 {
	padding:0;
	margin:0;
	color: #80869B;
	font: bold 44px "Calibri", Arial;
	letter-spacing:-1px;
}


#login-box-name1 {
	float: left;
	display:inline;
	width:100px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

#login-box-field {
	float: left;
	display:inline;
	width:210px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login1  {
	width: 205px;
	padding: 7px 3px 9px 5px !important;
	font-weight:bold;
	color: #333 !important;
	font-size:14px;
	line-height:20px;
	background-color:#ffffff;
	border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;
	transition:border linear .2s, box-shadow linear .2s;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
}

.form-login:focus{
	border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	display:inline-block;color:#555555;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle;
}

.login-box-options1  {
	clear:both;
	padding-left:110px;
}

.login-box-options1  p{
	padding:2px 0;
}

.login-box-options1 a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .35em .8em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #606060 !important;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.login-box-options1 a:hover{
	text-decoration: none;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.login-box-options1 a:focus{
	position: relative;
	top: 1px;
	color: #999 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
