body {
	color: #FFF;
	background-color: #ec2924;
/*	background-image: url(../../web_Friends_Only_compose.jpg); */	 
	background-repeat: no-repeat;
}
.img {
	position: relative;
	top: 30px;
	left: 40px;
}
.inputform {
	position: fixed;
	left: 4%;
	top: 40%;
	}
#holder {
	border-color: #666666;
	border-width: 20px;
	width: 1024px;
	height: 1800px;
	position: fixed;
	z-index: 0;
	left: 50%;
	top: 50%;
	margin-left: -90px;
	margin-top: -900px;
}
form {
	width: 235px; /* Задаем ширину для формы */
}
.inpRezin { /* обрамляющий блок для поля */
	height: 41px; /* длинная картинка в фоне */
	width: 100%; /* ширина = ширине формы */
	position: relative; /* чтоб внутри блока можно было использовать абсолютное позиционирование с относительными координатами */
	background-image: url(../images/inputRezin.png);
	background-repeat: no-repeat;
}
input {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	border: none;
	background: transparent;
	width: 95%; /* делаем поле немного короче родительского блока, оставляя место для правого угла */
	height: 20px;
	z-index: 1;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 0;
	padding-top: 10px;
}
input:focus {
outline: none;
}
.rightCorner { /* правый угол поля */
	width: 17px;
	height: 41px; /* изображение правого угла */
	position: absolute; /* используем абсолютное позиционирование */
	top: 0;
	right: -1px; /* чтобы для ие6 не использовать expression для устранения смещения на 1px */
	z-index: 2; /* z-слой выше, чем у поля */
	background-image: url(../images/inputRight.png);
}
