﻿
body {
    background: #fff;
    height: 100%;
    text-rendering: optimizeLegibility;
    font-family: 'Open Sans', sans-serif;
}

#MainFrame {
    position: absolute;
    left: 0px;
    top: 0px;
    height: auto;
    min-height: 100% !important;
    width: 100%;
    background: #fff; /*(/Images/headerBG.png) repeat-x 0 50px;*/
}

#HeaderFrame {
    position: relative;
    width: 100%;
    height: 70px;
    background: none;
    z-index: 5000;
    background: #fff;
    border-bottom: 2px solid #0365a9;

}

#Header {
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -490px;
    width: 980px;
    height: 100%;
}

#ContentFrame {
    position: relative;
    width: 100%;
    min-height: 600px;
    margin-top: 20px;
}

    #ContentFrame p {
    }

    #ContentFrame a {
        color: #333;
    }

        #ContentFrame a:hover {
            border-bottom: none;
        }

    #ContentFrame .ContentWrapper {
        position: relative;
        width: 950px;
        margin: 0 auto;
    }

        #ContentFrame .ContentWrapper#Inner {
            padding: 15px;
        }

    #ContentFrame .FullWidthWrapper {
        width: 100%;
        padding: 0;
    }

        #ContentFrame .FullWidthWrapper.ContentWrapper {
            left: 0;
            margin-left: 0;
            width: 100%;
        }

            #ContentFrame .FullWidthWrapper.ContentWrapper a {
                text-decoration: none;
                color: #fff;
            }

                #ContentFrame .FullWidthWrapper.ContentWrapper a:hover {
                    text-decoration: underline;
                }

    #ContentFrame .ContentWrapper.Background {
        background-image: url(/Images/shadow_5px.png);
        background-repeat: repeat-x;
    }






#HeaderInfo {
    width: 980px;
    height: 100%;
    background: #fff;
}

    #HeaderInfo #Logo {
        position: relative;
        width: 230px;
        height: 70px;
    }

        #HeaderInfo #Logo span {
            position: absolute;
            top: 10px;
            left: 55px;
            width: 160px;
            height: 50px;
            vertical-align: text-top;
            line-height: 50px;
            font-weight: bold;
        }

        #HeaderInfo #Logo a, #HeaderInfo #Logo a:hover {
            border: none;
        }

    #HeaderInfo #HeaderPhone {
        position: absolute;
        top: 12px;
        right: 56px;
        font-size: 18px;
        font-family: 'Ubuntu Condensed', sans-serif;
        width: 155px;
        height: 30px;
        text-align: right;
        background: transparent url(/Images/PhoneIcon.png) no-repeat 0 6px;
    }

        #HeaderInfo #HeaderPhone span {
            font-size: 24px;
            color: #e74c3c;
        }



    #HeaderInfo #Callback {
        position: absolute;
        top: 17px;
        left: 350px;
        width: 139px;
        height: 24px;
        cursor: pointer;
        border: none;
        background: transparent url(/Images/CallBackBtn.png) no-repeat 0 0;
    }

    #HeaderInfo #Cabinet, #HeaderInfo #ContactsHeader {
        position: absolute;
        top: 22px;
        right: 3px;
        width: 32px;
        height: 17px;
        background: none;
        color: #5f6161;
        border: 0;
        cursor: pointer;
        padding: 0;
        margin: 0;
        border-bottom: 1px dashed #5f6161;
        font-family: 'Ubuntu',sans-serif;
        font-size: 13px;
    }

    #HeaderInfo #ContactsHeader {
        right: 241px;
        width: 58px;
    }

        #HeaderInfo #ContactsHeader a {
            border-bottom: none;
        }

#MenuWrapper {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 70px;
    width: 740px;
}

    #MenuWrapper.f-nav {
        z-index: 9999;
        position: fixed;
    }

#MenuFrame {
    position: relative;
    width: 740px;
    height: 100%;
    z-index: 4000;
    /*text-align: center;*/
}

    #MenuFrame #Corner {
        position: absolute;
        top: 40px;
        left: 71px;
        width: 53px;
        height: 27px;
        background: url(/Images/corner.png) no-repeat 0 0;
    }


    #MenuFrame #menu {
        height: 70px;
        display: table;
        margin: 0 auto;
        float: right;
    }



/* Main Dark Menu Unordered List First Level Style */
#MenuWrapper ul.menu {
    list-style: none;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    height: 70px;
    position: relative;
    top: 0;
}

    /* Clears all floated List Items */
    #MenuWrapper ul.menu:after {
        content: "";
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }

    /* First Level List Items Style */
    #MenuWrapper ul.menu li {
        float: left;
        margin: 0 0 0 0px;
        position: relative;
        text-transform: uppercase;
    }

        /* First List Item in First Level Style */
        #MenuWrapper ul.menu li:first-child {
            margin: 0;
        }

        /* List Items Links Style */
        #MenuWrapper ul.menu li a, #MenuWrapper ul.menu li a:link {
            text-decoration: none;
            display: block;
            padding: 10px 7px;
            /* Transition Effect */
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
            line-height: 50px;
        }

            /* List Items Links Hover State Style */
            #MenuWrapper ul.menu li a:hover {
                /* Transition Effect */
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            /* List Items Links Active and Selected State Style */
            #MenuWrapper ul.menu li a.selected, #MenuWrapper ul.menu li a:active {
            }

        /* Sub Menu Unordered List Second Level Style */
        #MenuWrapper ul.menu li ul {
            display: none;
        }

            /* Before Second Level Unordered List Style */
            #MenuWrapper ul.menu li ul:before {
                content: " ";
                position: absolute;
                display: block;
                z-index: 1500;
                left: 0;
                top: -10px;
                height: 10px;
                width: 100%;
            }

        /* Sub Menu Unordered List Second Level Style
                        When Parent List Item is Hovered */
        #MenuWrapper ul.menu li:hover ul {
            position: absolute;
            display: block;
            z-index: 1000;
            left: 0;
            top: 45px;
            padding: 5px 0;
            list-style: none;
        }

        /* Second Level Menu List Items Style */
        #MenuWrapper ul.menu li ul li {
            float: none;
            margin: 0 10px;
        }

            #MenuWrapper ul.menu li ul li.Selected {
                background: #e74c3c;
                font-weight: bold;
            }

            /* First List Item in Second Level Menu Style */
            #MenuWrapper ul.menu li ul li:first-child {
                margin: 0 10px;
                border-top: 0 none;
            }

            /* Last List Item in Second Level Menu Style */
            #MenuWrapper ul.menu li ul li:last-child {
                border-bottom: 0 none;
            }

            /* Second Level List Items Links Style */
            #MenuWrapper ul.menu li ul li a, #MenuWrapper ul.menu li ul li a:link {
                line-height: 20px;
                color: #fff;
                display: block;
                background: transparent none;
                padding: 5px 10px 10px 5px;
                white-space: nowrap;
            }

            #MenuWrapper ul.menu li ul li:hover {
                background: #e74c3c;
            }

            /* Second Level List Items Links Hover State Style */
            #MenuWrapper ul.menu li ul li a:hover {
                text-decoration: none;
                color: #fff;
            }

#MenuFrame #menu a, #MenuFrame #menu a:hover {
    border: none;
}


    #ContentFrame #Content {
        min-height: 600px;
        padding: 15px 15px 40px 15px;
    }

h1, h2, h3, h4 {
    font-size: 30px;
    font-weight: bold;
}


    h1.Huge {
        font-size: 55px;
    }

h2 {
    font-size: 21px;
}

    h2.HugeH2 {
        font-size: 57px;
    }

h3 {
    font-size: 19px;
    line-height: 27px;
    color: #000;
    font-weight: normal;
}

/*
    h3 span {
        background-color: #008dfb;
        padding: 3px 10px 6px;
    }

        h3 span:hover {
            color: #fff;
            background: #8ddb9d;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
*/

    h3 a {
        color: #000;
    }

    h3.Black {
        color: #000;
    }

        h3.Black a {
            color: #000;
        }

h4 {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    font-weight: normal;
    text-align: center;
    background: #dcecfc;
    padding: 3px 5px;
}

    h4 a {
        color: #000;
    }

p {
    line-height: 24px;
    font-size: 16px;
}



#ActionsFrame {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background: #202b3d;
    /*background: url(../Images/Site/ActionsRepeater.jpg) repeat-x 0px 50%;*/
}

#Actions {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    z-index: 3;
    width: 980px;
    padding: 45px 0px;
    /*height: 168px;*/
    background: none;
}

.Action {
    position: absolute;
    top: 15px;
    width: 315px;
    height: 175px;
}

.ActionHeader {
    font-size: 1.00em;
    font-style: italic;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}


.ActionContent {
    font-size: 0.75em;
    line-height: 1.50em;
    color: #fff;
}


.ActionArrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}

    .ActionArrow img {
        border: none;
    }


.FooterMenu {
    font-size: 10px;
    float: left;
    padding: 0 15px 0 10px;
    line-height: 17px;
    width: 170px;
}

    .FooterMenu p {
        text-align: left;
        text-transform: none;
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 14px;
    }

        .FooterMenu p.Parent {
            margin-right: 3px;
            text-transform: uppercase;
        }

    .FooterMenu a {
        color: #fff;
        border: none;
    }

        .FooterMenu a:hover {
            text-decoration: underline;
            border: none;
        }

#FooterWrap {
    position: relative;
    width: 100%;
    background: #c6e9ed;
}

#Footer {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0 auto; /* !!! important */
    z-index: 5;
    width: 980px;
    height: 55px;
}

    #Footer p, #Footer span {
        font-size: 13px;
        color: #060d10;
        clear: both;
    }

        #Footer p a, #Footer span a {
            color: #888282;
            text-decoration: underline;
        }

.CompanyLnk {
    position: absolute;
    top: 15px;
    left: 0px;
    width: auto;
}

.CopyrightTxt {
    position: absolute;
    top: 15px;
    left: 320px;
    width: 500px;
}

.OkLnk {
    position: absolute;
    top: 15px;
    right: 0px;
    width: auto;
    font-size: 12px !important;
}




/*--cusomt--*/
.AllIncludedTbl {
    width: 950px;
}

    .AllIncludedTbl td {
        vertical-align: top;
    }

    .AllIncludedTbl p.Header {
        font-size: 20px !important;
        background-color: rgb(188, 200, 226);
        padding: 3px 5px;
        margin-bottom: 10px;
    }


.come-in {
    top: 150px;
    opacity: 0.5;
}

.HoverTbl td {
    background: #c3e3f1;
    padding: 10px;
    height: 60px;
}

    .HoverTbl td:hover {
        background: #a6d5e9;
        color: #e74c3c;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        cursor: pointer;
    }



.MessageWrapperOverlay {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    z-index: 5999;
    display: none;
}

.MessageWrapper {
    position: fixed;
    width: 760px;
    background: #fff;
    top: 150px;
    padding: 20px 40px;
    left: 50%;
    margin-left: -420px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    /*box-shadow: #ccc 0 5px 5px;*/
    z-index: 6000;
    font-family: 'Trebuchet MS';
    color: #17181a;
    display: none;
}

    .MessageWrapper div {
        position: relative;
        text-align: center;
    }

        .MessageWrapper div p {
            margin-bottom: 25px;
        }

    .MessageWrapper .CloseBtn {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 26px;
        height: 26px;
        background-image: url('/Images/Site/RemovePage.png');
        background-repeat: no-repeat;
        cursor: pointer;
    }


    .MessageWrapper div.Header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        line-height: 38px;
        font-size: 36px;
        margin-bottom: 38px;
        padding: 0;
        border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        text-align: left;
        color: #17181a;
        font-weight: normal;
    }


    .MessageWrapper table {
        text-align: left;
    }

        .MessageWrapper table td {
            height: 40px;
            padding-bottom: 30px;
        }

        .MessageWrapper table .rightTd {
            text-align: right;
            padding-right: 5px;
        }

            .MessageWrapper table .rightTd span {
                font-size: 14px;
                color: #e50000;
            }

        .MessageWrapper table input[type=text], .MessageWrapper table textarea {
            padding: 5px 10px;
            font-size: 25px;
            border: 0px;
            background: #cedce1;
            width: 558px;
        }

        .MessageWrapper table textarea {
            font-size: 15px;
            font-family: 'Trebuchet MS';
        }

    .MessageWrapper div input[type=button], .MessageWrapper input[type=submit] {
        border: none;
        color: #fff;
        background: #fc4d1a;
        padding: 7px 20px;
        font-weight: bold;
        cursor: pointer;
        font-size: 20px;
    }

#CallbackMessageWrapper {
    position: fixed;
    width: 600px;
    background: #fff;
    top: 150px;
    padding: 20px 40px;
    left: 50%;
    margin-left: -260px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    /* box-shadow: #ccc 0 5px 5px; */
    z-index: 6000;
    font-family: 'Trebuchet MS';
    color: #17181a;
    display: none;
}

    #CallbackMessageWrapper table input[type=text], #CallbackMessageWrapper table textarea {
        padding: 5px 10px;
        font-size: 25px;
        border: 0px;
        background: #cedce1;
        width: 493px;
    }

    #CallbackMessageWrapper div.Header {
        font-size: 27px;
    }

#CalculatePrice {
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: #e74c3c;
    width: 270px;
    font-family: Arial;
    font-size: 18px;
    line-height: 35px;
}

    #CalculatePrice:hover {
        background: #242d3c;
    }

#Callback {
    position: absolute;
    top: 35px;
    right: 9px;
    width: 147px;
    height: 26px;
    background: url(/Images/Site/Callback.png) no-repeat 0 0;
    cursor: pointer;
    border: 0;
}




#GetDiscount {
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: #e74c3c;
    width: 270px;
    font-family: Arial;
    font-size: 18px;
    line-height: 35px;
    border: none;
}

    #GetDiscount:hover {
        background-color: #242d3c;
    }


.BreadCrumbs {
    font-family: Verdana;
    font-size: 12px;
}

    .BreadCrumbs span {
        font-weight: bold;
    }



#menu_3 a, #menu_3 a {
    /*border-bottom: 1px dashed #333;*/
}

    #menu_3 a:hover, #menu_3 a:hover {
        /**/
    }


div[id^=menu_] .menu {
    padding: 15px 0;
    background: rgb(220, 236, 252);
}

div[id^=menu_] li {
    font-size: 13px;
    
    line-height: 15px;
    padding: 10px 10px 10px 10px;
}

    div[id^=menu_] li:hover {
        background: #a6d5e9;
        color: #e74c3c;
    }

    div[id^=menu_] li a {
        border-bottom: none !important;
    }

    div[id^=menu_] li.Selected {
        background: #a6d5e9;
        color: #e74c3c;
        font-weight: bold;
    }

    div[id^=menu_] li:hover > a {
        color: #e74c3c !important;
    }



div[id^=menu_]::after {
    content: url(/Images/userfiles/images/2013/shadow-silver.png);
    bottom: 10px;
    left: 0;
}


#menu_2 .menu {
    padding: 15px 0;
    background: rgb(170, 189, 68);
}


#menu_2 li:hover {
    background: #cfdb8b;
    color: #e74c3c;
}

#menu_2 li.Selected {
    background: #cfdb8b;
    color: #e74c3c;
    font-weight: bold;
}

#menu_2 li:hover > a {
    color: #e74c3c !important;
}

#menu_2 li {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 15px;
    padding: 10px;
}

#menu_2::after {
    content: url(/Images/userfiles/images/2013/shadow-silver.png);
    bottom: 10px;
    left: 0;
}


div[id^=menu_] li.Selected {
    /*background:*/
}

#ContentFrame a.DemoBtn {
    background: #fff url(/Images/userfiles/images/2014/DOWNLOAD_demo.png) no-repeat 0 0;
    width: 137px;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
}

    #ContentFrame a.DemoBtn:hover {
        text-decoration: none;
        border: none;
    }


#CalcWrapper {
    margin-top: 25px;
}


#BreadCrumbs {
    font-size: 12px;
    position: relative;
    top: -9px;
    left: 10px;
    line-height: 21px;
}

.CallbackForm {
    margin: 25px 10px;
}

    .CallbackForm td {
        vertical-align: top;
    }

    .CallbackForm input, .CallbackForm textarea {
        width: 280px;
        padding: 5px 25px;
        font-size: 18px;
        height: 28px;
        line-height: 38px;
        border: none;
        margin: 10px 25px 10px 0;
    }

    .CallbackForm textarea {
        width: 618px;
        height: 88px;
    }

    .CallbackForm input[type=button] {
        background: url(/Images/feedbackBtn.png) no-repeat 0 0;
        width: 216px;
        color: #fff;
        height: 35px;
        font-size: 16px;
        padding: 5px 10px;
        line-height: 29px;
        cursor: pointer;
    }


#PhoneHeader {
    position: absolute;
    top: 25px;
    left: 0px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}


#PartnersInfo {
    font-size: 11px;
    position: absolute;
    top: -2px;
    left: 240px;
    z-index: 8000;
    min-width: 250px;
}

#PartnersName {
    text-decoration: underline;
}

#PartnersInfo #PartnersName:hover {
    cursor: pointer;
    text-decoration: underline;
}

#PartnersInfo p 
{
    float: left;
    font-size: 11px;
    font-weight: bold;
}

#PartnersInfo:hover > div 
{
    display: block;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

#PartnersInfoAdditional 
{
    display: none;
    position: absolute;
    top: 17px;
    left: 0px;
    z-index: 4001;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 7px 15px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 7px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 7px 15px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 7px 15px rgba(0,0,0,0.4);
}

    #PartnersInfoAdditional p {
        float: none;
        font-weight: normal;
        padding: 2px 5px;
        line-height: 18px;
        font-size: 13px;
    }



.LoginForm {
    position: relative;
    margin: 0 auto;
    width: 350px;
    padding: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0px 7px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 7px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 7px 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 7px 10px rgba(0,0,0,0.3);
}

    .LoginForm .InputWrap {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .LoginForm .InputWrap label {
            font-weight: bold;
        }

            .LoginForm .InputWrap label span {
                color: #e74c3c;
                font-size: 0.8em;
            }

    .LoginForm input, .LoginForm select {
        width: 100%;
        padding: 7px 7px;
        margin: 3px 0px 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }

        .LoginForm input.disabled, .LoginForm select.disabled {
            background: #DDDDDD;
        }

        .LoginForm input[type=submit], .LoginForm input[type=button] {
            color: #fff;
            background: #e74c3c;
            font-size: 17px;
            padding: 7px 10px;
            border: none;
            text-transform: uppercase;
            cursor: pointer;
            margin: 15px 0 30px;
            margin-right: 0 !important;
        }

    .LoginForm p {
        font-size: 13px;
        line-height: 18px;
    }

    .LoginForm a, .Reminder a, .Registration a {
        color: #484747;
        font-size: 13px;
    }

        .LoginForm a:hover, .Reminder a:hover, .Registration a:hover {
            text-decoration: underline;
        }

.Reminder 
{
    float: left;
    width: 100%;
}

.Registration {
    float: right;
}


/*---------------OKSOFT ALERT--------------------*/

#OksoftAlertOverlay {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    z-index: 9499;
    display: none;
}


#OksoftAlertWrapper {
    position: fixed;
    width: 480px;
    top: 150px;
    left: 50%;
    margin-left: -240px;
    z-index: 9500;
    background: #fff;
    display: none;
}

    #OksoftAlertWrapper div {
        padding: 20px 20px;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        width: 440px;
        margin: auto 0;
    }

        #OksoftAlertWrapper div p {
            padding-bottom: 20px;
            font-size: 14px;
        }

    #OksoftAlertWrapper .OksoftAlertHeader {
        padding: 5px 20px;
        height: 25px;
        font-size: 20px;
        line-height: 25px;
        margin: 0;
    }

    #OksoftAlertWrapper input[type=button] {
        padding: 3px 10px;
        font-size: 13px;
        line-height: 18px;
        border: none;
        cursor: pointer;
    }



#RegistrationConfirmWindowWrap {
    display: none;
    position: relative;
    padding: 20px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #RegistrationConfirmWindowWrap .wrap {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #RegistrationConfirmWindowWrap table {
        width: 100%;
    }

        #RegistrationConfirmWindowWrap table td:first-child {
            width: 250px;
            font-weight: bold;
        }

        #RegistrationConfirmWindowWrap table td {
            padding: 3px 20px 3px 0;
            border-bottom: 1px solid #DDDDDD;
        }

#RegistrationConfirmWindowControls {
    position: relative;
    right: -10px;
}

    #RegistrationConfirmWindowControls input {
        float: right;
        font-size: 15px;
        padding: 7px 10px;
        border: none;
        text-transform: uppercase;
        cursor: pointer;
        margin: 10px 10px 0 0;
    }


#RegAgreementWrap span {
    font-size: 13px;
    /* margin: -19px 0 16px 10px; */
    top: -5px;
    position: relative;
    left: 10px;
}

    #RegAgreementWrap span a {
        text-decoration: underline !important;
    }


.AgreementTextWrap {
    display: none;
}

.tripleSidWrap {
    /*width: 136px;
    text-align: center;
    margin: 0 auto;*/
}

.tripleSid {
    width: 40px !important;
    margin-right: 5px !important;
    text-align: center;
    float: left;
}


#CaptchaWrap input[type=text] {
    width: 70px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

#CaptchaWrap img, #CaptchaWrap #newchapta {
    margin: 3px 10px 10px 0;
    float: left;
}

#CaptchaWrap #newchapta {
    background: url(../Images/refresh.png) no-repeat 0 0;
    width: 31px;
    height: 31px;
    cursor: pointer;
}


#RegistrationErrorMessenger, .FeedbackFormsErrorMsg {
    display: none;
    background: #FF0000;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 8px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

