/* CSS Document */

#container #msg {
  top:63px; right:62px;
  width:345px;
}

form.login {
  position:absolute; bottom:33px; right:57px;
  width:355px;
  /*background-color:#ff0000;*/
}

#container form input.butt {
  display:block; float:left; margin:16px 0 0 10px; clear:none;
  width:19px; height:19px;
  text-indent:-10000px; text-align:left;
  border:0;
  background:transparent url('../images/login_butt.gif') no-repeat 0 0;
  cursor:pointer;
}
