@charset "utf-8";
body{
	color:#000;
	background:#fff;
	font-size:12px;
	text-align:center;
	margin: 0px;
	font-family: "Open Sans", sans-serif;
	direction: ltr;
	}
#title{
	background:#fff;
	width:1280px;
	height:60px;
	position:relative;
	margin:0 auto;
	z-index:2;
	overflow:hidden
}
#center {
	height:600px;
	position: relative; 
	min-width: 800px;
}
#copyright{
	background:#fff;
	height:60px;
	margin:0 auto;
}
#container {
	position: absolute;
	
	margin-left: 3px;
	height:600px;
	width: 100%;
	overflow: hidden;
	
}
#loginpanel{
	position: absolute;
	right:0px;
	top:80px;
	/*background: url(../../images/login_v1.png) no-repeat  0px 0px;*/
	/*此处为新样式开始 */
	border-radius: 2px;
	border: 1px solid #B7C2C9;
	box-shadow:0px 1px 3px 0px rgba(0,0,0,0.2);
	overflow:hidden;
	background:#fff;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
	/*此处为新样式结束 */
	height: 362px;
	width: 300px;
}
#username, #password,#email { 
	width: 100%;
	}
.waring{
	position:relative;
	margin: 10px 0 0 30px;
	color: red;
	font-size: 12px;
	visibility: hidden;
}
.copyrighttable{
	width: 100%;
	height: 20px;
}

.field-container { margin: 30px 0 0 30px; }
.reg { margin-left: 30px }
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300 !important;
  padding-bottom: 10px;
}

h1.block, 
h2.block, 
h3.block, 
h4.block, 
h5.block, 
h6.block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-actions {
  padding: 20px 40px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions.nobg {
  background-color: transparent;
}

.form-actions.top {
  margin-top: 0;
  margin-bottom: 20px;
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
}

.form-actions.fluid {
  padding: 20px 0;
}

.form-actions.fluid > [class^="col-"] {
  padding-left: 13px;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.input-icon {
  position: relative;
}


.input-icon input {
   padding-left: 33px !important;
}

.input-icon i {
  color: #ccc;
  display: block;
  position: absolute;
  margin: 11px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.input-icon.right input {
   padding-left: 12px !important;
   padding-right: 33px !important;
}

.input-icon.right i {
   right: 8px;
   float: right;
}
.help-block {
 margin-top: 5px;
 margin-bottom: 5px;
}