/* Small layout fixes that should not be folded into common.css. */

#banner {
    margin-top: 100px;
}

.w1000 .deng form {
    white-space: nowrap;
}

.w1000 .deng input[type="text"],
.w1000 .deng input[type="password"] {
    height: 22px;
    line-height: 22px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 6px;
    vertical-align: middle;
}

.w1000 .deng .btn2 {
    height: 24px;
    line-height: 24px;
    margin: 0 0 0 8px;
    padding: 0 14px;
    border: none;
    border-radius: 12px;
    background: #ec6f49;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    vertical-align: middle;
}

.w1000 .deng .btn2:hover {
    background: #e85123;
}

.ft2 .w02 p a {
    color: #fff;
}

.ft2 .w02 p a:hover {
    color: #ffd2c4;
}
