﻿@font-face {
    font-family: msyh;
    src: url(fonts/msyh.ttf);
}
* {
    margin:0px;
    padding:0px;
}
body { margin: 0 auto; padding: 0; font-size: .85em; font-family:msyh; background: #fff;width:100%;height:auto;position:relative;}


/*input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 160px;
}*/

input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 
} 


#main {    
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
}

#header {
    margin:0 auto;
    width:1000px;
    height:auto;
    position: relative;
    color: #000;
}
#smallLogo {
    width:354px;
    height:50px;   
    background-color:#e9c606;    
    font-size:1.5em;    
    color:white;
    text-align:center;
    line-height:50px;
    font-weight:bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 7px;
    padding:0px;
    margin:3px;
}
img#imgValidator {
   width:80px;
   height:25px;
}
#logOnWin {
    position:relative;    
    margin:0px auto;
    width:360px;
    height:292px;    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*background-image:url("img/small-3.jpg");*/   
    /*background-color:#f8d721;*/   
    font-size:1em;    
    padding:1px 0px;
}
    #logOnWin table {
        width:360px;
        height:auto;
        position:relative;
        top:0px;		
    }
        #logOnWin table tr {
           height:47px;
        }
    #logOnWin .validation-summary-errors {
        position:absolute;
        left:430px;
        top:160px;
        color:white;
        width:250px;
    }
   
/*
.errorMsgShow {
    position:relative;    
}
    
.errorMsgShow div{
    left:-33px;
    top:-5px;
    border-radius:6px;
    position:absolute;
    background-color:white;
    height:20px;
    width:130px;
    background-image:url("img/error1.jpg");
    padding:10px;
}*/
table .lableTd {
    text-align:right;
    width:120px;
    height:29px;
    color:#666;
}
table .textboxTd {
    text-align:left;
    width:240px;
}
table .errorMsg {
    height:18px;
}
 .errorMsg td {
        padding-left:40px;
    }


.butSubmit {
    border-radius:4px 4px;   
    border:0px; 
    width:70px;height:54px;
    background-image:url("login1.png");
}
#advFix {
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    height:30px;
    background-image:url("img/adv3.jpg");
    background-repeat:round;
}
    #advFix h6 {
        font-size:1em;
        font-weight:normal;
        line-height:30px;
        text-align:center;
        color:white;
    }

.field-validation-error {
    color:#d21919;
    font-size:0.75em;
}


html {
    color: #666;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    width: auto !important;
    width: 100%;
}

table.login_table {
}

.hoverBtn {
    background: #00ff90;
}

.login_input {
    font-size: 1.5em;
    color: #444;
    width: 300px;
    height: 30px;
    /*text-indent:26px;*/
    padding-left: 26px;
    background-color: transparent;
    border: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    outline: none;
}

.login_input2 {
    font-size: 1.2em;
    color: #444;
    width: 90px;
    height: 54px; 
   /* margin-left: 60px;*/
    background-color: transparent;
    border: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    outline: none;
    vertical-align: top;
}

#labvalidcode {
    color: black;
    vertical-align: top;
    padding-top: 15px;
    font-size: 20px;
    font-weight: bolder;
    border: none;
    background-color: transparent;
}

div #loginimgBg {
}

table .td_title {
    width: 20px;
    padding: 2px;
}

.td_title .selectedState {
    background-image: url('../Content/login/ck2.png');
    background-position: center center;
    background-repeat: no-repeat;
}

table .td_text {
    padding: 2px 2px 2px 0px;
}

.butSubmit {
    opacity: 0.8;
    margin-left: 10px;
}

.butSubmit:hover {
    opacity: 0.4;
    margin-left: 10px;
}

.valuid {
    padding-left: 25px;
    color: red;
    display: none;
}

.tipsmsg {
    float: left;
    width: 260px;
    color: crimson;
    text-align: left;
}
    .tipsmsg span {
        display: block;
    }
.submit-btn{
    float:left;
}
.valid-input {
    border: 1px solid red !important;
}