@charset "utf-8";
body {
  text-align: center;
  background: #fff;
  min-width: 900px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}
/* authorization */
.TB_overlay {
    position: absolute;
    z-index: 98;
    background-color: #000;
    filter: alpha(opacity=10);
    moz-opacity: 0.1;
    opacity: 0.1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}
.TB_window {
	position: absolute;
    z-index: 300;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left:-150px;
    filter: alpha(opacity=100);
    moz-opacity: 1;
    opacity: 1;
    width: 320px;
    text-align: left;
	color:#4F4F4F;
    background:#FEFEFE;
    border:#EEEEEE;
}
.form_div{
    border-left:   1px solid #4C4C4A;
    border-right:  1px solid #4C4C4A;
	border-bottom: 1px solid #4C4C4A;
    padding: 1em;
}
.auth{
    border-left: 1px solid #4C4C4A;
    border-right: 1px solid #4C4C4A;
    background:  #0080ff repeat-x bottom left; /*url('..//public/images/ru/design-1/loginbox/fon.gif')*/
    padding: 1em;
	color:#FFFFFF;  
  }
input {
#   font-family:Verdana, Arial, Helvetica, sans-serif;
#   font-size: 12px;
#   color: #333333;
#   border: 1px solid #4C4C4A;
}
label{
   float: left;
   width: 14em;
}
#clear{
  clear:both;
}
.centr{
padding-left: 5em;
}
