
form p.input {
	display: block;
	clear: both;
	width: 650px;
	height: 34px;
	position: relative;
	margin: 0px 0px 15px 0px;
}

form p.name {
	background: url(form-name.gif) no-repeat top left;
}

form p.surname {
	background: url(form-surname.gif) no-repeat top left;
}

form p.code {
	background: url(form-code.gif) no-repeat top left;
}

form p.email {
	background: url(form-email.gif) no-repeat top left;
}

form p.phone {
	background: url(form-phone.gif) no-repeat top left;
}

form p.message {
	background: url(form-message.gif) no-repeat top left;
	height: 126px;
}

form p.input label {
	display: block;
	position: absolute;
	width: 80px;
	height: 34px;
	top: 0px;
	left: 0px;
	text-indent: -10000px;
	outline: none;
}

form p.input input,
form p.input textarea {
	display: block;
	position: absolute;
	top: 5px;
	left: 90px;
	width: 540px;
	height: 25px;
	background: none !important;
	border: none !important;
	font-family: Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #444444;
	text-shadow: 0px 1px 0px #ffffff;
}

form p.input textarea {
	height: 115px;
	font-size: 13px;
}