body {
   width:100%;
   margin: 0 auto;
   font-family: arial;
}
.header{
    height:60px;
/*    background: url("../img/bg_header.png") repeat scroll left center #FFF;*/
    background-color:#0C0C4F;
    background: transparent url("../../images/bg_h.jpg") repeat scroll 0% 0%;
}
#tbl_logo td {
    height:60px;

}
#frmLogin{
    background-color: #fff;
}
.footer {
    height: 30px;
    background-color: #3e3e3e;
    left: 0px;
    bottom: 0px;
    position: fixed;
    width:100%;
    color:#fff;
    text-align:center;
}
.copyright {
    font-family: arial;
    color: #A6A6A6;
    line-height:30px;
    font-size:10pt;
}
.main_content{
     background: #fff url('../img/bg2.jpg') no-repeat scroll left top;
}
.content{
    padding-top:50px;
    padding-left:50px;
}
.top_content{
   
    min-height:450px;
   
   
}
.left_content{
        
}
.right_content{
    width:300px;
    height:290px;   
    background-color:#fff;
    border: 1px solid ;
    border-color:#e9eaed;
    border-bottom-color:#bfbfbf;
    box-shadow: 0px 2px 0px #bfbfbf;
    border-radius: 10px;
    padding:8px 20px 8px 20px;
    z-index: 100;
   
}
.lblLogin{
    font-size:19pt;
    font-weight:normal;
    text-transform:uppercase;
}

.right_content .login_user {
    background: url("../img/login_user.png") no-repeat scroll left center #FFF;
    height: 30px;
    width: 250px;
}
.right_content .login_pass {
    background: url("../img/login_pass.png") no-repeat scroll left center #FFF;
    height: 30px;
    width: 250px;
}
.right_content input[type=text],.right_content input[type=password] {
    border: 1px solid #CECECE;
    border-radius: 2px;
   
    padding:2px 25px;
    margin-top:10px;
}
.center{
    text-align:center;
}
.left{
    text-align:left;
}
#tbl_login td,th{
    padding:3px 3px;
}
#tbl_login a{
    color:#000;   
}
input[type=button] {
   background: url("../img/btlogin_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 15px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    margin: 8px 0 0 0;
	border:none;	
	cursor: pointer; 
}
.download_app{
    height:150px;   
    width:100%;
    background-color:#e9eaed;
    border: 1px solid ;
    border-color:#e9eaed;   
    padding:20px 20px 8px 20px;
    bottom: 30px;
    position: fixed;
    z-index: -1;
}
ul, li {
    list-style-type: none;
}
#nav{
    color:#ffffff;
    padding-right: 100px;
    float: right;
}
#nav ul li {
    float: left;
    padding: 0px 15px;
    line-height: 60px;    
    font-size: 16px;
}
#nav ul li a{
    color:#fff;
    text-decoration:none;
}
#nav ul li .active{
    color: #03a1db;
}
#nav ul li a:hover {   
    color: #03a1db;
}
