﻿/* login begin */
*{ margin:0; padding:0;}

.login{ width:1280px; height:100%; background:#FFFFFF; margin:0 auto;}
.login-logo{ width:942px; height:100px; padding-right:60px; line-height:100px; background:#fff url(images/logo.jpg) 70px 30px no-repeat; border-bottom:1px dashed #f5f5f5; text-align:right; font-size:14px; color:#000; font-weight:bold;}
.login-link{ width:1240px; height:60px; background:#fff; line-height:50px;}
.login-link ul{ list-style:none; width:600px; height:60px; margin-left:25px;}
.login-link ul li{ float:left;}
.login-link ul li a{ font-size:14px; color:#666; text-decoration:none;}
.login-link ul li a:hover{ text-decoration:underline;}

.login-content{ width:1280px; height:446px; background:#fff url(images/login-bg.jpg) 0 35px no-repeat;}
.login-box{ width:1280px; height:165px; margin-top:191px; margin-left:824px; float:left;  position:absolute; z-index:999;}

.login-bottom{ width:1002px; padding-top:30px; border-top:1px solid #f0f0f0; background:#f9f9f9; text-align:center; font-size:12px; color:#535353;}
.login-bottom a{ color:#076FA2; text-decoration:none;}
/* login over */

.verification-code-img
{
    margin-top: 2px;
    margin-left: 10px;
    height:25px;
    float: left;
}
.verification-code-change
{
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    float: left;
}


.edittext
{
    font-size: 12px;
    padding: 5px;
    outline: none !important;
    background: white;
    box-shadow: inset 0 1px 2px #CCC;
    border: 1px solid #B7B7B7;
    border-radius: 4px;
    float: left;
}

* + html .edittext
{
    /*IE7 hack*/
    padding: 2px 0;
    border: 0;
}


.edittext input
{
    width:180px;
    font-size: 14px;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    outline: none;
    resize: none;
    float: left;
}

* + html .edittext input
{
    width: 180px;
    height: 16px;
    border: 1px solid #B7B7B7;
    box-shadow: none;
    padding: 2px 0;
}

.floatleft{ float:left;}