table.login{
background-image:url('imgs/login_bg.png');
background-repeat:no-repeat;
width:455px;
height:260px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
}
td.login_e{
background-image:url('imgs/login_e.png');
background-repeat:no-repeat;
background-position: right top;
width:108px;
height:120px;
}
td.login_title{
background-image:url('imgs/login_title.png');
background-size:contain; 
background-repeat:no-repeat;
width:336px;
height:30px;
}
td.login_user_title{
text-align: center;
font-weight:bold;
}
td.login_user{
text-align: center;
}
td.login_user_label{
text-align: center;
}
input.txt{
border: 1px solid black;
padding: 3px;
text-align:left;
width: 200px;
}
input.txt:hover,input.txt:focus{
border: 1px solid yellow;
}
input.bttn{
border: 1px solid black;
padding: 3px;
text-align:left;
}
input.bttn:hover,input.bttn:focus{
background: transparent;
color:yellow;
font-weight: bold;
border: 1px solid yellow;
cursor: pointer;
}
tr.status{height: 120px;
width:100%;
font-weight: bold;
text-align:center;
color:red;
}
tr.status_good{height: 120px;
width:100%;
font-weight: bold;
text-align:center;
color:blue;
}
img.chartbttns{
	width: 32px;
	height: 32px;
}