﻿* {
    margin: 0;
    padding: 0;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html, body {
    min-height: 100%;
    height: 100%;
}

body {
    background: #ececec;
    font-family: Tahoma;
    font-size: 12px;
}

#wrapper-all {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;position:relative;
}

#wrapper {
    position: relative;
    background: #ececec;
    padding-bottom: 30px;
}

#header {
    background: url('images/bg-login.jpg') repeat center;
    height: 65px;
}

    #header .icon-menu {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }

        #header .icon-menu img {
            padding: 24px 15px 15px;
        }

        #header .icon-menu:hover, #header .selected {
            cursor: pointer;
        }


/*----menu----*/
.menu > li > a {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    margin: 3px 20px 3px 0;
    padding-left: 22px;
    background-position: left center;
    background-repeat: no-repeat;
}

.icon-menu a {
    text-decoration: none;
    display: block;
}

.icon-menu ul {
    display: block;
    list-style: none;
}

    .icon-menu ul li {
        border-bottom: 1px dotted #1b1b1b;
    }

        .icon-menu ul li li {
            border-bottom: 1px dotted #535353;
            padding-left: 6px;
            margin-left: 2px;
            background: url('images/liMenuLeft.PNG') no-repeat 5px center;
        }

    .icon-menu ul ul {
        margin: 0;
        padding: 0;
        border-top: 1px dotted #1b1b1b;
    }

.icon-menu a {
    padding: 10px;
    font-size: 13px;
    display: block;
}

.icon-menu li.even {
    height: 47px;
    line-height: 27px;
}

.bgblack {
}

.icon-menu ul ul a {
    border-bottom: 1px dotted #2e2e2e;
    color: #959595;
}

.icon-menu .menu {
    position: absolute;
    display: none;
    top: 0;
    left: -240px;
    margin: 0;
    padding: 0 10px;
    background: #363636;
    width: 240px;
    z-index: 21;
}

.icon-menu ul li.none-border {
    border-bottom: none;
}

.menu .home {
    background-image: url("images/icon-home.png");
}

.menu .services {
    background-image: url("images/icon-services.png");
}

.menu .whois {
    background-image: url("images/icon-whois.png");
}

.menu .account {
    background-image: url("images/icon-account.png");
}

.menu .contact {
    background-image: url("images/icon-contact.png");
}

.menu .partner {
    background-image: url("images/icon-partner.png");
}

.menu .faq {
    background-image: url("images/icon-faq.png");
}
/*===============*/

#header .logo {
    background: url("images/icon-logo.png") no-repeat scroll center center;
    height: 65px;
    display: block;
    text-align: center;
}

#main {
    background: #ececec;
    text-align: center;
    margin: 35px 35px 0;
    position: relative;
}

    #main .title {
        font-weight: 600;
        color: #CD0000;
        text-transform: uppercase;
        margin-bottom: 20px;
        text-align: left;
    }

    #main .btn_login {
        background: url(images/bg_btn_login.jpg) repeat;
        height: 35px;
        border-radius: 5px;
        border: none;
        text-transform: uppercase;
        color: #ffffff;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
    }

    #main .btn_back {
        background: #bdbdbd;
        height: 35px;
        border-radius: 5px;
        border: none;
        text-transform: uppercase;
        color: #ffffff;
        cursor: pointer;
        width: 100%;
        display: block;
        line-height: 35px;
        text-decoration: none;
    }

.forgot_pass {
    display: inherit;
    margin-top: 30px;
    margin-bottom: 70px;
}

    .forgot_pass a {
        color: #363636;
        text-decoration: none;
    }

.txt {
    width: 100%;
    height: 35px;
    line-height: 25px;
    padding: 0 10px 0 40px;
    color: #8f8f8f;
    box-shadow: 2px 2px 2px #d4d4d4;
    border: none;
    margin-bottom: 10px;
}

.txt_Email {
    background: #FFFFFF url('images/icon-customer-email.png') no-repeat 10px center;
}


.txt_userName {
    background: #FFFFFF url('images/user_lg.png') no-repeat 10px center;
}

.txt_password {
    background: #FFFFFF url('images/key_lg.png') no-repeat 10px center;
}

.captcha {
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: gray;
    margin-bottom: 5px;
}

.txt_captcha {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 10px;
}


#footer {
    width: 100%;
    background: url('images/bg_footer.gif') repeat;
    text-align: center;
    margin-top: -30px;
    color: #FFFFFF;
    padding: 10px 0 10px 10px;
    position: relative;
    z-index: 2;line-height:20px;
}

    #footer a {
        color: #FFFFFF;
        text-decoration: none;
        display: inline-block;
    }

    #footer .linkFooter {
        color: #e33e32;
        display: inline-block;
    }
