/*body {margin:0px; padding:0px; background:#005387;}


#imageDivBG {position:absolute; margin:100px; min-width:824px; min-height:450px;  background:#fff; top:0; left:0; bottom:0; right:0; box-shadow:5px 5px 3px #00426c; z-index:0;
			 background-image:url(../images/divBg_1.png), url(../images/divBg_2.png); background-position:top right, left bottom; background-repeat:no-repeat;}

#imageDivBG, #topAddress {font-family:verdana; font-size: 12px; line-height:18px; border-radius:5px;}

#topAddress {position:absolute; margin:50px 110px 0px 110px; min-width:783px; min-height:100px; background:#fff; top:0; left:0; right:0; box-shadow:0px 0px 7px #00426c; z-index:1; overflow:hidden;}

#topAddress #leftText {float:left; margin:15px; max-width:560px;}
#topAddress #leftText #head {display:block; padding-bottom:5px; font-size:14px; font-weight:bold; color:#005387;}
#topAddress #rightImg {float:right; padding:15px; max-width:160px; line-height:0;}




#loginDiv {margin:auto; margin-top:120px; width:367px; height:217px; padding:18px; background:url(../images/loginBG.png) no-repeat center center;}


.cssTable {border-collapse:collapse; font-size:14px;}
.cssTable td {padding:5px; color:#fff;}
.cssTable td input[type="text"] {width:180px; padding:10px; height:6px; font-family:verdana; font-size:12px; border:solid 1px #555; border-radius:3px;}
.cssTable td input[type="password"] {width:180px; padding:10px; height:6px; font-family:verdana; font-size:12px; border:solid 1px #555; border-radius:3px;}
.cssTable td input[type="submit"] {margin-right:25px; width:100px; height:30px; font-family:verdana; font-size:12px; color:#000; font-weight:bold; border:solid 1px #555; border-radius:3px; background:linear-gradient(#fbe52d, #ef9b07);}
.cssTable td a {margin-right:25px; margin-top:-5px; font-size:12px; display:block;}
.cssTable td a:link {color:#fff; text-decoration:underline;}
.cssTable td a:visited {color:#fff; text-decoration:underline;}
.cssTable td a:hover {color:#fff; text-decoration:none;}*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);

body {
    font-family: "verdana", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #555;
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

#fullDiv {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.centerDiv {
    display: table-cell;
    vertical-align: middle;
}

/*#main990 {
    width: 990px;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 0px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

    #main990 .header {
        float: left;
        width: 990px;
        height: 120px;
        border-bottom: solid 1px #0b2656;
    }

        #main990 .header .left {
            float: left;
            width: 665px;
            height: 120px;
        }

            #main990 .header .left .Infotxt {
                text-align: left;
                color: #0b2655;
                padding: 15px 15px 5px 15px;
                font-size: 16px;
                font-weight: bold;
            }

                #main990 .header .left .Infotxt:nth-child(2) {
                    font-size: 17px;
                    font-weight: normal;
                    padding: 5px 15px;
                }

                #main990 .header .left .Infotxt:nth-child(3) {
                    font-size: 14px;
                    font-weight: normal;
                    padding: 0px 15px;
                }

                #main990 .header .left .Infotxt:nth-child(4) {
                    font-size: 12px;
                    font-weight: normal;
                    padding: 7px 15px;
                }

        #main990 .header .right {
            float: right;
            width: 285px;
            height: 120px;
        }*/
    /*#main990 .header .right img{padding:20px;}*/

    /*#main990 .logincontainer {
        float: left;
        width: 720px;
        height: 360px;
        border-radius: 5px;
        margin: 50px 135px 60px 135px;
        background: url(../images/login-bg.png);
        border: solid 1px #ccc;
    }

        #main990 .logincontainer .logininfoDiv {
            float: right;
            width: 420px;
            height: 217px;
            border-radius: 5px;
            margin: 0px 25px 0px 0px;
            background: #abc7f7;
        }

.userLogin {
    float: left;
    color: #0b2656;
    font-size: 23px;
    font-weight: bold;
    margin: 40px 0px 20px 275px;
}

#formCont {
    display: block;
    clear: both;
    color: #0b2655;
    overflow: hidden;
    height: 200px;
}

.inputContainer {
    float: left;
    width: 100%;
    margin: 12px 0px;
}

    .inputContainer .inputLabel {
        float: left;
        width: 25%;
        text-align: right;
    }

        .inputContainer .inputLabel span {
            margin-right: 10px;
            line-height: 35px;
        }

    .inputContainer .inputText {
        float: left;
        width: 75%;
    }

        .inputContainer .inputText .inputTextF {
            float: left;
            width: 80%;
            height: 35px;
            border-radius: 3px;
            border: solid 1px #9e9e9e;
            font-size: 16px;
            padding: 0px 10px;
        }

.inputButtonF {
    float: left;
    width: 100px;
    height: 35px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    margin-left: 16px;
    font-weight: bold;
    line-height: 35px;
    background: -webkit-linear-gradient(#fcb35b, #cb630b);
    background: -o-linear-gradient(#fcb35b, #cb630b);
    background: -moz-linear-gradient(#fcb35b, #cb630b);
    background: linear-gradient(#fcb35b, #cb630b);
}

    .inputButtonF:active {
        color: #000;
    }


.Fpassword {
    float: left;
    width: 220px;
    height: 30px;
    margin: 35px 18px 0px 25px;
    color: #0b2656;
    font-size: 13px;
    cursor: pointer;
}*/
