
body, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}


a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #0487D6;
}

a:hover {
    color: #F8270A;
    text-decoration: underline;
}

input.button {
    background-color: #C2DBED;
}


input.button2 {
    background-color: #C2DBED;
    font-size: 10px;
    width: 50px;
}

input, textarea, fieldset {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


.hiddenmenu {
    font-family: Tahoma, Arial, sans-serif;
    color: #556877;
    font-size: 12px;
    padding-top: 8px;
    cursor: pointer;
    line-height: 11px;
}

.menuItemSel {
    color: #F8270A;
}

.menuItem, .menuItem:hover {
    color: #556877;
}

IMG {
    border-width: 0px;
}

FIELDSET {
    border: #80AFD1 solid 1px;
}

HR {
    border-width: 0px;
    height: 2px;
    background-color: #B9D3E6;
    color: #B9D3E6;
}

.warning {
    color: #FF0000;
    font-size: 10px;
}

.calendarBlock {
    position: absolute;
    z-index: 7;
    width: 175px;
    visibility: hidden;
    margin-left: -100px;
}

.button1 {
    position: relative;
    display: inline-block;
    border-width: 0;
    background: #01A2E8;
    color: #FFFFFF;
    font-size: 32px;
    padding: 3px 15px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.button1:hover {
    background: #05B2FE !important;
    color: #FFFFFF !important;
    cursor: hand;
}

.button1:active {
    top: 1px;
    box-shadow: none;
}

.button1.butRed {
    background: #F11926;
}

.button1.butRed:hover {
    background: #F44954 !important;
    cursor: hand;
}

.button1.small {
    font-size: 13px !important;
    padding: 2px 5px !important;
}

.edit-form {
    margin: 0 auto;
    width: 400px;
}

.edit-form__label {
    display: block;
    margin-bottom: 5px;
}

.edit-form__input {
    width: 100%;
    margin-top: 5px;
}

.edit-form__button {
    display: block;
    margin: 0 auto;
}

.edit-form__input-key {
    width: 70%;
}

.edit-form__button-generated {
    width: 29%;
}