/* Блоки с элементами форм */
/* поисковый блок  */
.search-form .input-plain- {
  height: 20px; width: 147px;
  margin: 0 5px 5px 0;
  font-size: 140%; }
.search-form .submit- {
  height: 24px; width: 63px;
  position: relative; top: 2px; //top: -2px; margin-bottom: 2px;  
  font-size: 140%;
  padding: 0 0 1px; }
/* end */

/* Авторизация */
.auth-block .text- {
  width: 156px; height: 21px;
	border: 1px #949494 solid;
  margin-bottom: 10px;
  font-size: 130%; color: #7f7f7f;
  padding: 1px 0 0 5px; }
.auth-block h2 {
  padding-bottom: 5px; }
.auth-block .pass {
  position: relative; }
.auth-block .pass span {
  position: absolute; top: 3px; left: 6px;
  font-size: 130%; color: #7f7f7f;
  z-index: 100; }
/* end */

/* Заявка на сайт, подписка, вход на сайт */
.general-form {
	margin-top: 20px; }

.general-form fieldset {
	margin-bottom: 11px; border: none;
  overflow: hidden; _overflow: visible; _height: 1%; _zoom: 1;  }

.general-form fieldset label {
	width: 80px; padding-top: 2px;
  float: left; }
.general-form .input-plain- {
  height: 20px; }
.general-form .checkbox- {
  height: 20px; }
.general-form .submit- {
  margin-left: 80px; _margin-left: 82px; }
/* end */

.errors {
	clear: both;
	color: #CC0000; }

#search-form, #form_feedback {
  margin-top: 0; }

/* Форма отписки */
.unsubscribe-form fieldset label {
	width: 100px; }
.unsubscribe-form .submit- {
  margin-left: 100px; _margin-left: 152px; }
/* ************* */

.reg-form fieldset label {
  width: 110px; }
.reg-form .submit- {
  margin-left: 110px; _margin-left: 112px; }