@import url('reset.css');

body { 
    margin:0 auto;
    padding:0px;
    background:  url(../images/bg/blue_pixel.gif) repeat;
    font-family:Calibri,  Tahoma, Arial;
    font-size:14px;
    color:#ffffff;
}

.header { 
    height: 60px; 
    color:#9ea2ab; 
    border-bottom: 4px solid #b61919;
}
.container { 
    min-width: 1300px; 
}
.title_bar { 
    height: 46px; 
    background:  url(../images/bg/title_pixel.gif) repeat;
}
.txt_title { 
    display: inline-block; 
    padding-left: 20px; 
    font-size: 24px; 
    line-height: 46px;
}

.login {
    background: rgba(0, 0, 0, 0) url("../images/bg/login_box.jpg") no-repeat scroll 0 0;
    border: 1px none;
    color: #ffffff;
    font-family: Calibri,Tahoma,Arial;
    font-size: 14px;
    height: 160px;
    margin: 180px auto 200px auto;
    padding: 0;
    width: 290px;}

#btn_login {
    background: rgba(0, 0, 0, 0) url("../images/btn/login.png") no-repeat scroll 0 0;
    height: 22px;
    width: 130px;
    border: none;
    font-size:12px;
    color: #fff;
}

input[type=text],input[type=password] {
    background:#ffffff;
    border:none;
    height:18px;
    padding:2px;
    color:#000000;
}