body {
	background: #1d1e20;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	color: white;
}

.clear {
	clear: both;
	font-size: 0px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.container {
	background: url(../images/bg.jpg) no-repeat;
	margin: 39px auto 0;
	width: 956px;
	height: 495px;
	text-align: left;
	padding: 202px 0 0 50px;
}

.content {
	text-align: left;
	width: 490px;
}

input.send {
	background: url(../images/send_33.jpg) no-repeat left top;
	width: 82px;
	height: 33px;
	border: 0;
	margin: 2px 46px 0 0;
	padding: 0;
	cursor: pointer;
	float: left;
}

input.send:hover {
	background:url(../images/send_33.jpg) no-repeat left bottom;
}

input.input_field {
	background: #1d1e20;
	border: 2px solid white;
	width: 323px;
	height: 25px;
	padding: 8px 0 0 13px;
	margin-bottom: 5px;
	color: white;
}

a.link_a {
	/*background: url(../images/link.gif) left top;
	display: block;
	width: 80px;
	height: 26px;*/
	margin-top: 20px;
	font-size: 16px;
	color: black;
	font-weight: bold;
}

.rss {
	background: url(../images/rss.jpg) no-repeat;
	padding: 0 0 0 24px;
	margin-top: 345px;
	color: #646464;
	font-size: 10px;
}

.rss a {
	color: #848383;
}

.rss a:hover {
	color: #788CC8;
}

a.rss_a {
	color: #848383;
}

a.rss_a:hover {
	color: #D1581F;
}

.inputs {
	float: left;
	width: 340px;
}

.send_btn {
	float: left;
	width: 131px;
	margin-top: 20px;
	margin-left: 15px;
	overflow: hidden;
}
div.error {
	clear:both;
	font-weight:bold;
	}
.error, .error ul, .error ul li {
	padding:0;
	margin:0;
	color:#F00;
	}
	
.error ul, .error ul li {
	list-style:none;
	}

	
