
body {
    font-family: "Roboto",Tahoma,sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.main {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);

    width: 300px;
    margin: 0 auto 0 auto;
    background: url(../images/main-rightbox-gray-stenciled-bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 400px;
    padding: 40px 40px 0 40px;
}

.title {
    font-size: 26px;
    margin: 40px 0;
    text-align: center;
    color: #426da3;
}

.title2 {
    font-size: 26px;
    margin: 0 0 50px 0;
    text-align: center;
    color: #426da3;
}

.main input, .db {
    width: 100%;
    height: 44px;
    font-size: 16px;
}

.main .textinput {
    margin-bottom: 5px;
}

.db {
    margin-top: 10px;
}

.main .cb {
    width: auto;
    height: auto;
    margin-top: 14px;
}

.main .submitbutton {
    margin-top: 20px;
}


.or {
    width: 100px;
    text-align: center;
    margin: 20px auto 20px auto;
    color: #404040;
}

.main .err {
    position: absolute;
    width: 300px;
    color: red;
    margin-top: -60px;
}

.footer {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 30px;
    border-top: 1px solid #e5e5e5;
    color: #404040;
    font-size: 12px;
    background: #F5F5F5;
}

.sep {
    margin-left: 12px;
    margin-right: 12px;
    color: #e5e5e5;
}

.footer a {
    text-decoration: none;
    color: #404040;
}

.footer a:hover {
    text-decoration: underline;
    color: #404040;
}

.footer-content {
    text-align: right;
    margin: 6px 20px 0 20px;
}

.selectdb {
    color: blue;
    display: block;
    text-decoration: none;
    text-align: center;
}
.selectdb:hover {
    color: red;
}