﻿form.calculate label.label {
    display: block;
    color: #000000; font-family: Formular;  font-size: 18px;    font-weight: bold;  line-height: 28px;
    padding: 30px 46px 0 46px;
}

form.register label.label-disabled {
    color: #999999;
}

form.calculate input.input {
    display: block;
    width: 441px;
    height: 52px;
    background: url(/images/return-input.png) no-repeat;
    border: none;
    margin: 20px 46px 0 46px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 2px;
    outline: none;
    text-transform: uppercase;
}

form.calculate div.gray-block input.input {
    background: url(/images/input-gray.png) no-repeat;
}

form.calculate input.submit {
    display: block;
    width: 441px;
    height: 52px;
    background: url(/images/button-gray.png) no-repeat;
    border: none;
    margin: 40px 46px 0 46px;
    padding: 20px 0 20px 0;
    font-size: 12px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 2px;
    outline: none;
    text-transform: uppercase;
    color: black;
    cursor: pointer;
}

form.calculate div.note {
    width: 451px;
    color: #000000; font-family: Formular;  font-size: 14px;    font-weight: 300;   line-height: 22px;
    padding-left: 46px;
    padding-top: 8px;
}

form.calculate input.submit-disabled {
    background: url(/images/button-disabled.png) no-repeat;
    color: #999999;
}

form.calculate div.gray-block input.submit-disabled {
    background: url(/images/button-disabled-gray.png) no-repeat;
    color: #999999;
}


form.calculate .gray-block {
    margin-top: 40px;
    padding-bottom: 40px;
}
