@import url("normalize.css");

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#bg
{
	width: 780px;
	height: 660px;
	margin: 0 auto;
	background: url("bg.jpg") no-repeat 50% 0;
	position: relative;
}

#bg-thx
{
	width: 780px;
	height: 660px;
	margin: 0 auto;
	background: url("bg-thx.jpg") no-repeat 50% 0;
	position: relative;
}

#text
{
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

input
{
	position: absolute;
	color: #7a7b7c;
	background-color: transparent;
	border: 0;
	outline: none;
	width: 360px;
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

#fn
{
	top: 390px;
	left: 190px;
}

#phone
{
	top: 454px;
	left: 190px;
}

#email
{
	top: 518px;
	left: 190px;
}

#send
{
	position: absolute;
	background: url("btn.jpg") no-repeat 50% 50%;
	border: 0;
	outline: none;
	width: 400px;
	height: 46px;
	top: 582px;
	left: 190px;
	text-indent: -99999px;
}

#send:hover
{
	background: url("btn-hover.jpg") no-repeat 50% 50%;
}