/**
 * 测评登陆页面
 * 
 * @version $Id: login.survey.css 524 2014-03-19 09:36:21Z fuy $
 * @creator shengyj @ 2013-12-21 17:13:03 by scap-builder-0.0.4
 * @template version: 2013090901
 */

@media all {
    
    /* 顶部导航栏 */
    nav#nav-top {
        width: 100%;
        min-width: 920px;
        line-height: 26px; 
        font-size: 12px;
        height: 26px; 
        background: none repeat scroll 0 0 #F7F7F7;
        border-bottom: 1px solid #DCDCDC;
    }
    
    nav#nav-top .ym-wbox {
        text-align: right;
    }
    
    nav#nav-top a.collect {
        padding-right: 6px;
        color: #666666;
    }
    
    nav#nav-top a.collect {
        color: #666666;
    }
    nav#nav-top a.collect:hover {
        color: #F17123;
    }
    
    nav#nav-top span.split {
        color: #CCCCCC;
    }
    
    nav#nav-top span.slogan {
        padding-left: 6px;
        font-weight: bolder;
    }
    
    nav#nav-top span.tellphone {
        color: #F17123;
        font-size: 14px;
        font-weight: bold;
    }
    
    /* 头部 */
    header .banner {
    	position: relative;
    	height: 80px;
    	width: 920px;
    	margin: 0 auto;
    }
    
    header .banner div.logo {
    	height: 50px;
    	width: 230px;
    	position: absolute;
    	left: 0;
    	top: 24px;
    }
    
    header .banner .slogan {
        background: url("../images/login.slogan.gif") no-repeat scroll right center transparent;
        height: 80px;
        width: 256px;
        position: absolute;
        right: 0;
    }
    
    #main .ym-wrapper{
        width: 100%;
        height: 455px;
        background: url(../images/login.survey.bg.jpg) no-repeat center;
        border-top: #f17123 1px solid;
    }
    
    .content{
        width: 920px;
        height: 455px;
        margin: 0 auto;
    }
    
    .login-content{
        width: 221px;
        height: 293px;
        float: right;
        margin-top: 50px;
        padding: 0 31px 0 33px;
        border: 1px solid transparent;
        background: rgba(0,0,0,.6);
        _background: 0;
        _border: 0;
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#66000000', EndColorStr='#66000000');
    }
    .login-content .title{
        width: 219px;
        height: 45px;
        margin-top: 28px;
        color: #FFF;
        font-size: 18px;
        font-family: "微软雅黑";
    }
    
    .login-id , .login-pwd{
        width: 220px;
        height: 50px;
        float: left;
        position: relative;
    }
    
    .login-id label, .login-pwd label {
        display: inline-block;
        height: 50px;
        line-height: 50px;
    }
    
    .login-id .icon, .login-id input, .login-pwd .icon, .login-pwd input {
        position: absolute;
        top:15px;  
        height: 29px;
        border: 1px solid #AAABAB;
    }
    
    .login-id .icon, .login-pwd .icon {
        display: inline-block;
        width: 38px;
        border-right: none;
    }
    
    .login-id .icon {
        background: url("../images/login.user-icon.png") no-repeat scroll center ;
    }

    .login-pwd .icon {
        background: url("../images/login.pwd-icon.png") no-repeat scroll center;
    }
    
    .login-id input, .login-pwd input {
        width: 145px;
        position: absolute;
        left: 38px;
        line-height: 29px;
        border-left: none;
        padding-right: 30px;
    }
    
    .login .clear {
        width: 18px;
        height: 18px;
        display: inline-block;
        position: absolute;
        background: url("../images/login.clear-icon.png") no-repeat scroll center;
        right: 10px;
        top: 22px;
        cursor: pointer;
    }
        
    .login-btn {
        float: left;
        height: 40px;
        width: 215px;
        border: medium none;
        cursor: pointer;
        margin-top:40px;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 14px;
        border: 1px solid #C14112;
        background: url("../images/login.survey.btn.png") no-repeat scroll center;
    }
	
}
