/*#3 блок стиля авторизации*/

#form_auth
{
  margin-top: 50px;
  background-color: #CCCC66;
  height: 120px;
  width: 330px;
  text-align: center;
  padding-top: 10px;
}

#form_auth h1,h2
{
  font-family: Arial;
  font-size: 12pt;
  font-style: normal;
}

#form_auth h1
{
  font-weight: bold;
}

#form_auth h2
{
  font-weight: normal;
  text-align: right;
}


/*#4 блок стиля сигнальных окон*/

#win_alert
{
  margin-top: 50px;
  width: 400px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #0000CC;
  border-style: double;
  border-width: 3px;
  background-color: #CCCCCC;
  font-family: Arial;
  font-size: 14pt;
}

#win_alert a
{
  font-family: Arial;
  font-size: 12pt;
  color: #FF0000;
  font-weight: bold;
}


