#logo {
    margin-left:50px;
}

#mainDiv {
    MARGIN-RIGHT:auto;
    MARGIN-LEFT:auto;
    font-size:24px;
    width:960px;
    border:solid 2px #000000;
    margin-top: 127px;
}

#row1 {
    text-align:center;
    margin-top:30px;
    font-size: 160%;
}

#row2 {
    text-align:center;
    margin-top:20px;
    padding-left:100px;
    padding-right:100px;
    margin-bottom:20px;
}

#row3 {
    text-align:center;
    margin-top:20px;
    padding-left:100px;
    padding-right:100px;
    margin-bottom:20px;
}

#error {
    text-align:center;
    width: 480px;
}

#btnDiv {
    text-align:center;
    margin-top:40px;
}

#button {
    width:400px;
    height:50px;
    text-align:center;
}

#error_eng {
    text-align:center;
    width: 480px;
    font-size:75%;
    color:#afafaf;
}
footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
}
footer p {
    float: right;
    margin-right: 20px;
    font-size: 12px;
    margin-top: -30px;
}

input[type="submit"], input[type="button"] {
    background-color: #0f3e6a;
    color: #fff;
    cursor: pointer;
    height: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}