*{
	margin:0;
	padding:0;
}
html{
	padding:0 !important;
	width:100%;
	height:100%;
	overflow:hidden;
}
body{
	padding:0!important;
	padding:100px 0;
	height:100%;
	overflow:hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#666666;
    background:#fff;

}
#header{
	position:absolute;
	top:0;
	width:100%;
	height:50px;
	background:url(../images/login_top_bg.gif) repeat-x;
}
#middle{
	position: absolute!important;
	position: relative;
	top:50px!important;
	top:0;
	bottom:50px;
	width:100%;
	height:auto!important;
	height:100%;
	overflow: auto;
	text-align:center;
}
#bottom{
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;
	border-top:1px #dadada solid;
}


#bottom_infor {
	width:50%;
	float:left;
	margin:0 auto;
	height:25px;
	padding-top:12px;
		padding-left:15px;
	clear:both;	
	text-align:left;
}

#bottom_infor a {
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

#bottom_infor a:visited {
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

#bottom_infor a:hover {
	font-size:12px;
	color:#000;
	text-decoration:underline;
}

#copyright {
	width:40%;
	text-align:right;
	margin-top:5px;
	float:right;
		padding-right:15px;
	margin-bottom:10px;
}

.en {
	font-family:Arial, Helvetica, sans-serif;
}

* {
    margin:0;
    padding:0;
}

a {
    color:#1E7ACE;
    text-decoration:none;    
}

a:hover {
    color:#000;
    text-decoration:underline;
}
h3 {
    font-size:14px;
    font-weight:bold;
}

pre,p {
    color:#1E7ACE;
    margin:4px;
}
input, select,textarea {
    padding:1px;
    margin:2px;
    font-size:11px;
}

.buttom{
    padding:2px 10px 0px 10px ;
    font-size:12px;
    border:1px #1E7ACE solid;
    background:#D0F0FF;
}

#formwrapper {
    width:450px;
	margin-top:70px;
    padding:20px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

fieldset {
    padding:10px;
    margin-top:5px;
    border:1px solid #1E7ACE;
    background:#fff;
}

fieldset legend {
    color:#1E7ACE;
    font-weight:bold;
    padding:3px 20px 3px 20px;
    border:1px solid #1E7ACE;    
    background:#fff;
}

fieldset label {
    float:left;
    width:120px;
    text-align:right;
    padding:4px;
    margin:1px;
}

fieldset div {
    clear:left;
    margin-bottom:2px;
}

.enter{ 
	text-align:center;
	margin-top:10px;
}
	
.clear {
    clear:both;
}


#notice {
  width:450px;
  margin-top:70px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  border:2px #c3d8e3 solid;
  padding:30px;
  font-size:16px;
  font-weight:bold;
}

#notice .buttons {
  text-align:center;
}

#notice .buttons div,
#notice .buttons form {
  display:inline;
}

#notice .singlebutton {
  text-align:center;
  padding: 5px;
  margin: 0px;
  width:60;
}

.singlebutton input{
    padding:2px 10px 0px 10px ;
    font-size:12px;
    border:1px #1E7ACE solid;
    background:#D0F0FF;
    margin-top:30px;
}

#errormsg{
  color:#ff0000;
  font-weight:bold;
  text-align:center;
  padding: 5px;
  margin: 0px;
}