* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: #1789a1 url(i/bg.png) repeat-x 0 0;
	font-family: Arial;
	text-align: center;
}
.clr {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
#container {
	width: 881px;
	text-align: left;
	margin: 11px auto;
}
#left-block, 
#right-block {
	float: left;
	width: 38px;
	padding-top: 184px;
}
#center-block {
	background: #fff url(i/main-bg.png) repeat-x 0 0;
	width: 805px;
	float: left;
}
#header {
	background: url(i/headline.png) no-repeat 0 0;
	font-size: 0;
	width: 805px;
	height: 8px;
}
#main {
	border: solid #fff;
	border-width: 0 3px 3px;
	text-align: center;
	padding: 28px 0 40px;
}
.enter-name {
	padding-top: 14px;
}
.form-block {
	background: url(i/form-bg.png) no-repeat 0 0;
	width: 402px;
	height: 234px;
	margin: 10px auto 0;
}
.form-block table {
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	margin-top: 58px;
}
.form-block table td {
	text-align: left;
}
.form-block table td.legend {
	text-align: right;
	padding-right: 14px;
	width: 89px;
	padding: 6px 14px 6px 0;
	line-height: 19px;
}
.form-block table td.td-center {
	text-align: center;
}
.form-block table input {
	width: 220px;
	height: 19px;
	line-height: 19px;
	border: 1px solid #515252;
}
.form-block table input.submit {
	background: url(i/submit.png) no-repeat 0 0;
	border: none;
	width: 120px;
	height: 25px;
	cursor: pointer;
	margin-top: 20px;
}
#footer {
	background: url(i/bot-bg.png) repeat-x 0 0;
	width: 805px;
	height: 85px;
	position: relative;
}
.f-left {
	background: url(i/bot-left.png) no-repeat 0 0;
	width: 10px;
	height: 85px;
	position: absolute;
	left: 0;
	top: 0;
}
.f-right {
	background: url(i/bot-right.png) no-repeat 0 0;
	width: 10px;
	height: 85px;
	position: absolute;
	right: 0;
	top: 0;
}
* html .f-right {
	right: -1px;
}
.copyright {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #989898;
	padding-top: 25px;
}

