@charset "utf-8";
/*************************************
*
* 内容概要：数商3.0
*
*************************************/

/** 页面总体样式 **/

html,body {  
	padding:0px;
	margin:0;
	min-width:524px;
	color:#000000;
	font-size:12px;
	line-height:20px;
	font-family:"宋体",Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	background-repeat:repeat-x;
	color:#536492;
	height:100%;
}
a img{
	border:0;
	}
/*top*/
#top {
	background:url(../../images/login/top.gif); 
	height:37px;
	width:500px;
	text-align:right;
	padding:17px 24px 0px 0px;
}
#top span.more {
	padding:6px 0px 0px 0px;
	display:block;
}
#top a {
	color:#536492;
	text-decoration:none;
}
#top a:hover {
	color:#536492;
	text-decoration:underline;
}
/*mid*/
#mid{
	background:url(../../images/login/bg.gif);
	width:524px;
	float:left;
}
#left{
	width:200px;
	text-align:center;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
}
#right{
	width:294px;
	margin-bottom:16px;
	float:left;
}

#logo{
	width:294px;
	height:45px;
	background-image: url(../../images/login/logo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#login {
	width:292px;
	border-bottom:1px #e8e8e8 solid;
	border-left:1px #e8e8e8 solid;
	border-right:1px #e8e8e8 solid;
	text-align:center;
	height:100%;
	overflow:hidden;
	margin-bottom:5px;
}
input{border:1px solid #BEC5D5;height:18px; width:150px;}
INPUT.width40{
	width:40px;
}
/*button*/
.button1{
	background:url(../../images/login/button2.gif);
	width:81px;
	height:21px;
	border:0;
	color:#676767;
	margin-right:4px;
	font-size:12px;
}
.button2{
	background:url(../../images/login/button1.gif);
	width:81px;
	height:21px;
	border:0;
	color:#676767;
	margin-right:4px;
	font-size:12px;
	line-height:21px;
}

/*bottom*/
#bottom{
	background:url(../../images/login/bottom.gif);
	height:15px;
	width:524px;
	clear:both;
}
/*regesit*/
#regesit{
	text-align:right;
	padding-right:15px;
	color:#7d7d7d;
	line-height:30px;
	height:30px;
}
/**** 颜色等级 ****/
.level p {
	width:150px;
	background:#ccc;
	float:left;
}
.level span {
	display:inline-block;
	line-height:15px;
	float:left;
}
.level .word {
	color:#c8681a;
	background:#fff;
	text-indent:5px;
}
.level p {
	margin:2px 0 0 0;
}
.level p span.bg {
	height:13px;
	line-height:13px;
}
/*低*/
.level .passwdRating .low p span {
	background:#c8681a;
	width:50px;
}
/*中*/
.level .passwdRating .middle p span {
	background:#72b5bb;
	width:100px;
}
/*高*/
.level .passwdRating .height p span {
	background:#d5c11b;
	width:150px;
}
.getSuccess{
	width:300px;
	height:165px;
	background-color:#FFF;
    border:1px solid #666; 
	position:absolute;
	padding:8px;
	text-align:left;
	z-index:50;
	}
.wordwrap {
  word-wrap:break-word;
  word-break:break-all;
  -moz-binding: url('wordwrap.xml#wordwrap');
  overflow: hidden;
}
