.myLoad{
	background-color: rgba(240, 240, 240, 0.8);
	height: 100%;
	width: 100%;
	position:absolute;
	
}
.combobox-item{
	cursor: pointer;
}
.myLoadps div.myloading{
	 left: 46%;
	 width: auto;
}
.myLoadps{
	z-index: 1;
	display:none;
}

.myloading{
	background: url(../images/ajax-loader.gif) 0 center no-repeat;
    position: absolute;
    top: 40%;
    left: 49%;
    width: 90px;
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    font-size: 15px;
}

.frame_login{
	border: 0px;
    width: 402px;
    height: 400px;
    position: fixed;
    background-color: #fff;	
	border: 1px solid #ddd;
}

.login_box h1.title{
	width: 87px;
    height: 0;
    padding-top: 50px;
    overflow: hidden;
    background: url(../images/login_sprite.gif) no-repeat 27px 20px;
    margin: 0;
}

.login_box .item{
	padding: 9px 23px;
    overflow: hidden;
    zoom: 1;
    color: #858585;
    position: relative;
}

.margin_top10 {
    margin-top: 10px;
}

.login_box.frame_login #username, .login_box.frame_login #pwd {
    width: 356px;
}

.login_box .item input[type=text].username {
    background-position: -265px -17px;
}

.login_box .item input[type=password].pwd {
    background-position: -265px -77px;
}

.login_box .item input[type=text], .login_box .item input[type=password] {
    float: left;
    width: 256px;
    height: 40px;
    padding: 10px 20px 10px 34px;
    border: 1px solid #ddd;
    color: #000;
    background: #fff url(../images/login_sprite.gif) no-repeat;
    font-size: 14px;
}

.login_box .item.captcha_box input[type=text].captcha{
	background-image: none;
    padding: 10px;
    width: 72px;
}

.login_box .item.captcha_box img.captcha_img{
	margin-left: 10px;
    height: 40px;
    border: 1px solid #000;
    cursor: pointer;
}

.login_box .item.info div.check{
	float: left;
}

.login_box .item.info div.check input{
	margin: 0;
    vertical-align: middle;
    margin-left: 5px;
}

label{
	display: inline-block;
    max-width: inherit;
    margin-bottom: inherit;
    font-weight: inherit;
}

.login_box .item button.submit{
	width: 100%;
    height: 46px;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    color: #fff;
    cursor: pointer;
    background-color: #3c8aff;
    border-radius: 3px;
}

.error_tips{
	position: absolute;
    color: #f00;
    height: 20px;
    line-height: 20px;
    z-index: 10000000000;
    left: 23px;
    top: 0;
}

.error_tips.error1 {
    top: 177px;
}

.buttonmy {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
	padding: .5em 0.5em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-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);
}
.buttonmy:hover {
	text-decoration: none;
}
.buttonmy:active {
	position: relative;
	top: 1px;
}

.bluemy {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.bluemy:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.bluemy:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}