.login_top{
background-color:#E3FFD1; 
background-repeat:no-repeat; 
background-position: left bottom;
}
.login_bottom{
background-color:#E3FFD1; 
background-repeat:no-repeat;
}
.login_underline{
background-color:#E3FFD1; 
padding-left:25px;
}
.login_user{
font-size:11px; 
font-weight:regular; 
font-family:Arial; 
color:#00a94f;
}
.text_box{
border: 1px solid #CCCCCC;
}
.login_button {
display: inline-block;
padding: 5px 5px;
color: #000;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}
.login_button:hover{
color:#FFF;
}
