﻿body {
    margin: 0;
    padding: 0;
    min-width: 1024px;
    min-height: 600px;
    height: 100%;
    width: 100%;
    background-image: url(/Content/Portal/images/l_bg.jpg);
    background-repeat: no-repeat;
    font-family: Microsoft YaHei UI;
    font-family: 微软雅黑;
}
.ui-widget-overlay {
    background: #000000 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    zoom: 1;
}
.ui-dialog .dialog-title .dialog-close
{
    right: -25px;
    top: -10px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    overflow: hidden;
    position: absolute;
    background-image: url(/Content/Portal/images/dialog-close.png);
    background-repeat: no-repeat;
    z-index: 10;
    background-position: 0px 0px;
}
.login-box {
    width: 360px;
    height: 570px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    top: 50%;
    margin-top: -285px;
}
.login-box .top {
    text-align: center;
    width: 100%;
}
.login-box .top .welcome
{
	height: 90px;
	line-height: 90px;
	background-color: #2E66D3;
	color: #fff;
	font-size: 25px;
}
.login-box .top .title
{
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	color: #000000;
	font-size: 20px;
}
#login
{
    margin-top: 4px;
    background-color: #fff;
    height: 247px;
    width: 100%;
    position: relative;
}
#login .login-title
{
    height:65px;
}

#login .login-error .error-message {
    color: #F04327;
    font-size: 12px;
    float: right;
    left: 138px;
    position: absolute;
    bottom: 5px;
}
#login .name-area,#login .pass-area
{
    height: 47px;
    margin-left: 35px;
    margin-right: 35px;
    border-bottom: 1px solid #dedede;
    position: relative;
}
#login label
{
    color: #777777;
    font-size: 13px;
    padding-right: 13px;
    border-right: 1px solid #DEDEDE;
    margin-top: 22px;
    position: absolute;
}
.name-area input,.pass-area input
{
    border: none;
    height: 30px;
    width: 250px;
    position: absolute;
    left: 50px;
    top: 15px;
    background: transparent;
}
#login .button-area
{
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 20px;
    height: 35px;
    position: relative;
}
.button-area .verificationcode_txt
{
    width: 114px;
    height: 31px;
    border: 1px solid #CFCFCF;
    margin: 0;
    position: absolute;
}
.button-area .verificationcode_img
{
    width: 70px;
    height: 35px;
    position: absolute;
    left: 115px;
}
.button-area .ok-button {
    right: 0px;
    position: absolute;
    border: 0;
    background-color: #F04327;
    width: 84px;
    height: 35px;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
}
#verificationCode::-webkit-input-placeholder {
    padding-left: 10px;
    color: #CFCFCF;
}
#verificationCode:-moz-placeholder {
   padding-left: 10px;
   color: #CFCFCF;
}
#verificationCode::-moz-placeholder {
   padding-left: 10px;
   color: #CFCFCF;
}
#verificationCode:-ms-input-placeholder {
   padding-left: 10px;
   color: #CFCFCF;
}
.soian-ad
{
    width: 100%;
    height: 109px;
    background-color: #2E66D3;
    color: #839EE1;
    text-align: center;
    font-size: 12px;
}
.soian-ad a
{
    text-decoration: none;
    color: #839EE1;
}
.qrcodeimg
{
    width: 90px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(222, 222, 222);
    margin-right: 20px;
    margin-top: 15px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 53px;
    color: #888888;
}
.up-triangle
{
    position: absolute;
    margin-top: -20px;
    right: -55px;
}
.up-triangle:before,.up-triangle:after
{
    position: absolute;
    content: '';
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    right: 89px;
}
.up-triangle:before{
    border-bottom: 10px #eaeaea solid;
}
.up-triangle:after{
    top: 1px; /*覆盖并错开1px*/
    border-bottom: 10px #fff solid;
}
.no-tips{
	position:absolute;
	top:2px;
	left:5px;
}
#no-tips{
	position:absolute;
	top:3px;
}
.no-tips span{
	font-size:14px;
	margin-left:20px;
	color:#FFFFFF;
}