.blog_auth_main_table
{
  width:223px;
  height:147px;
  background:url(images/bg.jpg) left repeat-x;
}

.blog_auth_main_table td.left
{
  width:16px;
  background:url(images/left.jpg) left no-repeat;
}
.blog_auth_main_table td.right
{
  width:16px;
  background:url(images/right.jpg) right no-repeat;
}

.blog_auth_form_title {
  font: 15px Verdana;
  color:black;
  font-weight:bold;
}

.blog_auth_form_forgot { font:10px Verdana; color: #6a8098; text-decoration:underline; }
.blog_auth_form_forgot:hover { text-decoration:none; }

.blog_auth_form  { margin-top:13px; }
.blog_auth_form .text   { text-align:right; font: 12px Verdana; padding-right:16px; }
.blog_auth_form .input input{ border:1px solid #bababa; width:94%; height:20px; }
.blog_auth_form .link  table tr td { vertical-align:bottom; }
.blog_auth_form .link .register { font:14px Verdana; color: #0077ed; text-decoration:underline; }
.blog_auth_form .link .register:hover { text-decoration:none; }

.blog_auth_form .link .login { font:12px Tahoma; color: white; width:61px; height:25px; background:url(images/btn.jpg) no-repeat top left; border:0px; }
.blog_auth_form p { font:10px Verdana; margin-top:-38px;}
