.login_mem
{
    font-family: verdana;
    font-size: 10px;
    color: #666;
    width: 173px;
    height: 105px;
}


.input_field
{
background-color:#DCF3FB;
border:1px solid #A0D9F5;
color:#888888;
font-family:sans-serif;
font-size:12px;
font-weight:normal;
height:15px;
margin-top:-2px;
padding:0 0 1px 3px;
width:95px;
}

.input_field:focus
{
    border: 1px solid #008DE1;  
    background-color:#ffffff;   
}

.rem_sub
{
    position: relative;
    margin-top: 7px;
}

.rem_me
{
 position: absolute;
 top: 0px;
 left: 16px;
}


.submit_btn, .submit_btn_out, .submit_btn:hover, .submit_btn_out:hover    
{
  position: absolute;
  top:-2px;
  right: 0px;
   background: url(login_small_btn.png);
   width: 63px;  
   height : 19px;  
   border: none;
   cursor: pointer;
}


.submit_btn_out
{
   background: url(logout_small_btn.png);   
}

.submit_btn_out:hover 
{
 background: url(logout_small_btn.png);  
} 

.submit_btn:hover, .submit_btn_out:hover
{
   background-position: bottom; 
}

.lg_title
{
   font-family: tahoma, arial;
   font-size: 11px;
   color: #777;
}

.login_small_tbl
{
  width: 504px;
}

.login_small_tbl td
{
 vertical-align: top;
 padding: 5px 0 0 0;
}

.free_join
{
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#2897d1;
  padding-left: 28px;
  padding-right:9px;
}

.free_join_a
{
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#2897d1;
   text-decoration: none; 
}

.free_join_a:hover
{
 text-decoration: underline;
}

.login_member
{
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  color:#666;
  padding-left: 28px;
  padding-right:9px;

}