body {
	color: #fff;
	background: url("../images/bg.jpg") center top;
	font-family: Arial;
	color: #b5b5b5;
}

#wrap {
	margin: 10px auto 0 auto;
	width: 958px;
}

#wrap form{
	width: 958px;
	height: 556px;
	background: url("../images/qnt.png") no-repeat;
}

.send {
	background: url("../images/submit.png");
	width: 116px;
	height: 33px;
	display:block;
	margin: 10px 0 0 139px;
}
.text {
	background: url("../images/input.jpg");
	width: 250px;
	height: 24px;
	display:block;
	margin: 10px 0 0 70px;
	border: 1px solid #4d4d4d;
	color: #b5b5b5;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0 5px;
}
p{
	margin: 20px 0 0 0;
}
p.big {
	text-align:left;
	font-size: 20px;
	font-weight: bold;
	color: #888;
	padding: 330px 0 0 120px;	
}
.clear {
	clear: both;
}

p.error {
	color: red;
	text-align: left;
	padding: 0 0 0 110px;
}
p.result {
	position: absolute;
	left: 50%;
	margin-left:-205px;
	top: 50%;
	margin-top: -50px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

