/*dede58.com 做最好的织梦整站模板下载网站*/
/*cssreset
------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object {
    padding: 0;
    margin: 0; 
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img, abbr {
    border: 0;
}
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
    font-weight: normal;
    font-style: normal;
}
ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1.0em;
}
q:before, q:after {
    content: ”;
}
a, ins {
    text-decoration: none;
}
/*backgounrd
------------------------------*/
.box{
	width:400px;
	margin:0 auto;
	position:absolute;
	top:15%;
	left:40%;
}
#login{
	display:none;
	}
#Registered{
	display:none;
	}
.Registeredboxbg{
	width:400px;
	height:550px;
	border-radius:10px;
	position:absolute;
	top:15%;
	left:40%;
	background:#000;
	z-index:0;
	opacity:0.6;
	filter:alpha(opacity=60);
	border:1px solid #999;
    -moz-box-shadow:2px 2px 10px #000;
    -webkit-box-shadow:2px 2px 10px #000;
    box-shadow:2px 2px 10px #000;
	z-index:2;
	}
.loginboxbg{
	width:400px;
	height:400px;
	border-radius:10px;
	position:absolute;
	top:15%;
	left:40%;
	background:#000;
	z-index:0;
	opacity:0.6;
	filter:alpha(opacity=60);
	border:1px solid #999;
    -moz-box-shadow:2px 2px 10px #000;
    -webkit-box-shadow:2px 2px 10px #000;
    box-shadow:2px 2px 10px #000;
	z-index:2;
	}
.boxbackground{
	width:100%;
	height:100%;
	position:absolute;
	top:0%;
	left:0%;
	background:#999;
	z-index:1;
	opacity:0.5;
	filter:alpha(opacity=40);
	}
.box .Registeredfont{
	font-size:30px;
	color:#fff;
	top:50px;
	left:30%;
	font-weight:bold;
	position:absolute;
	z-index:3;
}
.box .loginfont{
	font-size:30px;
	color:#fff;
	top:50px;
	left:40%;
	font-weight:bold;
	position:absolute;
	z-index:3;
}
/*input
------------------------------*/
.box #over{
	position:absolute;
	z-index:5;
	border-radius:15px;
	right:10px;
	top:10px;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	outline: 0;
	background-color: white;
	border: 0;
	padding: 3px 8px;
	color: #666;
	border-radius: 3px;
	cursor: pointer;
	font-size: 18px;
	margin-left:25%;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s; 
	}
.box #over:hover{
	background-color:#09C;
	-webkit-transition-property:background-color;
	-moz-transition-property:background-color;   
	-o-transition-property:background-color;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	color:#fff;
	}
.box .input{
	height:30px;
	width:200px;
	/*border-radius: 5px;*/
}
.box form {
	padding-top:120px;
	position: relative;
	z-index: 3;
}
.box form input {
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	outline: 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background-color: #FFF;
	width: 250px;
	border-radius: 6px;
	padding: 10px 15px;
	margin: 0 auto 10px;
	display: block;
	text-align:left;
	font-size: 18px;
	color: #39C;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	font-weight: 300;
}
.box form input:focus {
	background-color: white;
	width: 250px;
	color: #008BC0;
}
.box form input:hover {
	background-color: rgba(255, 255, 255, 255);
}
.box table{
	margin:0 auto;
	}
.box form button{
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	outline: 0;
	background-color: white;
	border: 0;
	padding: 10px 15px;
	color: #666;
	border-radius: 3px;
	width: 150px;
	cursor: pointer;
	font-size: 18px;
	margin-left:25%;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s; 
}
.box form button:hover {
  background-color:#09C;
  -webkit-transition-property:background-color;
  -moz-transition-property:background-color;   
  -o-transition-property:background-color;
  -webkit-transition-duration:0.8s;
  -moz-transition-duration:0.8s;
  -o-transition-duration:0.8s;
  color:#fff;
}
.box form table tr{
	height:80px;
	}