body {
    font-family: Arial, Helvetica, Garuda, sans-serif;
    min-width: 960px;
    font-size: 70%;
    color: #313030;
    position: relative;
    height: 100%;
    width: 100%;
    background: #73899f;
}
* {
    margin: 0;
    padding: 0;
}
.check-box {
    display: block;
    position: relative;
    width: 14px;
}
.check-box.with-title {
    width: 150px;
}
.check-box.with-title input[type="checkbox"] + span {
    padding-left: 24px;
    width: 130px;
}
.check-box input[type="checkbox"] + span {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 14px;
    background: url("/public/images/icons/checkbox.png") no-repeat;
}
.check-box input[type="checkbox"]:checked + span {
    background: url("/public/images/icons/checkbox-checked.png") no-repeat;
}
.action-button {
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 10px;
}
.action-button.blue {
    background: url("/public/images/buttons/blue-button.png") repeat-x;
}
.action-button.blue:hover {
    background: url("/public/images/buttons/blue-button-hover.png") repeat-x;
}
.action-button.red {
    background: url("/public/images/buttons/red-button.png") repeat-x;
}
.action-button.red:hover {
    background: url("/public/images/buttons/red-button-hover.png") repeat-x;
}
.action-button.green {
    background: url("/public/images/buttons/green-button.png") repeat-x;
}
.action-button.green:hover {
    background: url("/public/images/buttons/green-button-hover.png") repeat-x;
}
#wrap {
    font-size: 13px;
    color: #575757;
}
#wrap .content-center-block {
    text-align: center;
}
#wrap .main-page .main-logo {
    margin-bottom: 15px;
}
#wrap .main-page .login-wrapper {
    margin: auto;
    width: 412px;
    height: 330px;
}
#wrap .main-page .login-wrapper iframe#loginIFrame {
    border: 0 none;
    height: 330px;
    width: 400px;
}
#wrap .header-logo {
    padding-top: 83px;
}
#wrap .header-logo p {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}
#wrap .header-logo p .colored {
    color: #A1B75F;
}
#wrap #error-page {
    text-align: center;
}
#wrap #error-page h1 {
    color: #FFFFFF;
    font-size: 68px;
    margin-bottom: 25px;
}
#wrap #error-page h1 .colored {
    color: #A1B75F;
}
#wrap #error-page .error-text {
    color: #FFFFFF;
    font-size: 20px;
}
#bottom-block {
    position: absolute;
    width: 100%;
    text-align: center;
}
#bottom-block .footer {
    position: absolute;
    bottom:0;
    width: 100%;
    height: 43px;
    color: #ffffff;
    font-size: 13px;
}
#bottom-block .footer .colored {
    color: #a1b75f;
}