﻿div.momplastik{
	border-left: 1px #e6e6e6 solid;
	border-right: 1px #e6e6e6 solid;
	width: 1000px;
	height: 1440px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	background-image: url('../img/bg.gif');
}
div.bodyplastik{
				width: 720px;
				height: 880px;
				position: absolute;
				top: 225px;
				left: 240px;
				vertical-align: top;
}
div.menufootplastik{
				background-position: right;
				width: 1002px;
				height: 220px;
				position: absolute;
				top: 1130px;
				left: -1px;
				background-color: #141414;
				background-repeat: no-repeat;
				background-image: url('../img/menuright.png');
}


   label { /* Стиль для всех элементов label */
     				display: inline-block; /* Тип блока */
     				width: 160px; /* Ширина */
    				 vertical-align: top; /* Вертикальное выравнивание */
   }
   select {
				/* Стиль для всех списков */
     				width: 230px; /* Ширина */;
				border: 1px #C0C0C0 solid; /* Определение стиля для границы */
}
   input.pole {
				/* Стиль для элемента input имеющего класс pole */
     				width: 230px; /* Ширина */;
				border: 1px #C0C0C0 solid; /* Определение стиля для границы */
}
   textarea {
				/* Стиль для многострочного текстового поля */
    				width: 300px; /* Ширина */;
				height: 100px; /* Высота */;
				border: 1px #C0C0C0 solid; /* Определение стиля для границы */
}
  form div { /* Стиль для всех div, расположенных внутри form */
     margin-bottom: 20px;
     font-family: Century Gothic, Tahoma, Verdana;
				text-align: justify;
				font-size: 14px;
				color: #393c41;
				padding: 0px 20px 0px 20px;
				text-indent: 20px; 
				line-height: normal; 
				margin: 0px;
 /* Отступ блока снизу */
  }
