﻿@charset "utf-8";

.loginblack {
    color: #d7d7d7 !important;
    background: #000;
    background: -moz-linear-gradient(top,  #444,  #000); /* Firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000)); /* Safari and Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#444444, EndColorStr=#000000); /* IE */
}

.loginblue {
    color: #eaf6fd !important;
    background: #0055d4; /* Old browsers */
    background: -moz-linear-gradient(top,  #0055d4 0%, #2989d8 100%, #207cca 100%, #0068fe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0055d4), color-stop(100%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#0068fe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0055d4 0%,#2989d8 100%,#207cca 100%,#0068fe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0055d4 0%,#2989d8 100%,#207cca 100%,#0068fe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0055d4 0%,#2989d8 100%,#207cca 100%,#0068fe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0055d4 0%,#2989d8 100%,#207cca 100%,#0068fe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055d4', endColorstr='#0068fe',GradientType=0 ); /* IE6-9 */
}

.loginluther {
    color: #eaf6fd !important;
background: #00759e; /* Old browsers */
background: -moz-linear-gradient(top,  #00759e 0%, #1a5775 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00759e), color-stop(100%,#1a5775)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00759e 0%,#1a5775 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00759e 0%,#1a5775 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00759e 0%,#1a5775 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00759e 0%,#1a5775 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00759e', endColorstr='#1a5775',GradientType=0 ); /* IE6-9 */
}

.loginBox {
    margin:20px auto 0;
    width:85%;
    padding: 50px 0 0;
    vertical-align: top;
}

.loginCtrl1 {
    /*margin:10px 5px 50px 20px;*/
    margin: 10px auto;
    width:400px;
    *float: left; /* IE7 */
    _float: left; /* IE6 */
    display:inline-block;
    background: none repeat scroll 0 0 #FFFFFF;
    color:#000000;
    border-radius:10px;
    min-height: 185px;
    vertical-align: top;
}

.loginCtrl2 {
    *float: left; /* IE7 */
    _float: left; /* IE6 */
    display:inline-block;
    width:400px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    background: none repeat scroll 0 0 rgb(255, 255, 255)\9; /* IE8 */
    *background: none repeat scroll 0 0 rgb(255, 255, 255); /* IE7 */
    _backgroundt: none repeat scroll 0 0 rgb(255, 255, 255); /* IE6 */
    border: 2px solid #FFFFFF;
    margin:10px 15px;
    border-radius:10px;
    min-height: 185px;
    vertical-align: top;
}


.loginCtrl2c {
    overflow:auto;
    max-height:290px;
    padding:0 15px;
    border-radius:10px;
}

.loginLogo {
    width: 850px;
    margin:0 auto;
    min-height:60px;
}



#DivMent {background-color: #FFFFFF;color: #000000;margin: 10px 40px;padding: 10px;}
#DivMent h2 {}
#DivMent span {}
