﻿body {
    font-family: Helvetica,Arial,Tahoma;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: calibritest;
    src: url("font/calibri.woff"), url("font/calibri.ttf"), url("font/calibri.eot");
}

@font-face {
    font-family: circle-font;
    src: url("font/Circe-Bold.woff"), url("font/Circe-Bold.ttf"), url("font/Circe-Bold.eot");
}

.backgroundImage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -3;
    visibility: hidden;
    height: 100%;
}

.backgroundBlock {
    background-color: White;
    border-radius: 3px;
    width: 400px;
    opacity: 0.9;
    position: absolute;
    z-index: -2;
}

.enterBlock {
    width: 400px;
    text-align: center;
    padding-bottom: 16px;
    position: absolute;
    padding-top: 10px;
}

    .enterBlock input {
        width: 175px;
        padding-right: 4px;
        outline: none;
    }

        .enterBlock input[type=submit] {
            width: 189px;
            margin-bottom: 10px;
        }

#buttonRestore {
    width: 175px;
}


h1 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}

h2 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0px;
}

a {
    font-size: 13px;
    color: #84B3FA;
    line-height: 20px;
}


.modal-label.trybutton.orange {
    background: none repeat scroll 0px 0px #FB0;
    cursor: pointer;
    background: none repeat scroll 0px 0px #FB0;
    cursor: pointer;
    height: 39px;
}

    .modal-label.trybutton.orange:hover {
        background: none repeat scroll 0px 0px #DFA400;
    }

.modal-label {
    background: none repeat scroll 0px 0px #FFF;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: calibritest;
    font-size: 15px;
    height: 35px;
    line-height: 30px;
    margin-top: 10px;
    vertical-align: middle;
    padding-left: 7px;
}

.redalert {
    border: 2px solid red !important;
}

.labelInfo {
    display: block;
    font-size: 11px;
    visibility: hidden;
}

.red {
    color: Red;
}

#inputSMSCode,
#smsCodeBreak {
    display: none;
}
}
