body{font-family: "arial", Times, serif;}

#loginback{
    margin-top:5%;
    height:395px;
    background-image: url("01.png");  background-repeat: repeat-x;
    position:relative;
}
#logo{
    margin-top:5%;
}
#login{
    margin:0 auto;
    padding-top:70px;
    width:470px;
}
#download{
    margin:0 auto;
    padding-top:130px;
    width:520px;

}
#redcolor
{
    font-size: 24px;
    color:#e21737;

}
input:not([type=submit]):not([type=file]) {
    padding: 5px;
    margin:2px;
}
input[type=submit] {
    margin-top:20px;
    background: #e21737;
    width:110px;
    height:30px;
    border: 1px solid #e21737;
    color:#ffffff;
}
input:hover[type=submit]{
    background: #ffffff;
    color:#e21737;
    cursor:pointer;
}

input.disabled,
input.disabled:hover {
    background: #c0c0c0;
    color:#ffffff;
    border: #ffffff;
    cursor: default;
}

.fixed-input {
    width: 150px;
}
table{
    font-size: 18px;
    color:#3e3e3e;
}
