body
{
	background: #282f37;
}

form
{
	margin: auto;
	width: 742px;
	height: 430px;
	background: url("struct.jpg") no-repeat;

	padding-top: 250px;
	padding-left: 40px;
}

input, textarea
{
	padding-left: 3px;
	margin-bottom: 10px;

	width: 185px;
	height: 25px;
	border: 1px solid #6b7c89;
	background: #161a1e;
	font-size: 14px;
	color: #60727F;
}

textarea
{
	width: 700px;
	height: 320px;
}

.error
{
	margin-top: -30px;
	margin-bottom: 10px;
	text-align: center;
	width: 702px;
	color: #FF5C5C;
}

.success
{
	color: #bae298;
	font-weight: bold;
}

.bottom
{
	margin: auto;
	text-align: right;
	width: 660px;
}

input[type=submit]
{
	width: 200px;
	height: 40px;
	background: #567882;
	color: white;
}
