﻿@charset "utf-8";
/* CSS Document */


div.background {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 10px 20px 20px 10px;
    border: 1px solid #aaa;
    background-color: red;
    position: relative;
    z-index: 100;
    line-height: 25px;
    background: rgba(255, 255, 255,0.5); /*关键代码*/
}

a {
    text-decoration: none;
    color:brown;
}

a:hover {
    color:red;
    text-decoration: none;
    height: 5px;
}

.form-control {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: auto;
    font-size: 14px;
}

    .form-control.Acc {
        width: 190px;
    }

    .form-control.Vali {
        width: 97px;
        text-wrap: none;
    }

.field {
    position: relative;
    text-align:right;
    line-height: 45px;

}


.input {
    text-indent: 1px;
}

.ChkCode {
    border-radius: 3px;
    margin-bottom:2px;
}
.send {
    margin-top: -3px;
    width: 90px;
    align-content: center;
    color: black;
    background-color: #EAEAEA;
}

.submit {
    margin-top: 8px;
    width: 270px;
    align-content: center;
    color: white;
    background-color: #1aad19;
}

.exit {
    margin-top: 8px;
    width: 270px;
    align-content: center;
    color: black;
    background-color: #EAEAEA;
}
 
.link {
    color:black;
    text-indent: 6px;
}
