body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(img/background.jpg);
	background-repeat: repeat-x;
	background-color: #792702;
}

a {
	color: #f76b36;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.shader_left {
	background-image: url(img/shader_left.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shader_left.png', sizingMethod='scale');
	_background-image: none;
}

.shader_right {
	background-image: url(img/shader_right.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shader_right.png', sizingMethod='scale');
	_background-image: none;
}

.shader_bottom {
	background-image: url(img/bottom.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bottom.png', sizingMethod='crop');
	_background-image: none;
}

.menuitem, .menuitem_bold {
	text-align: center;
	text-transform: uppercase;
	margin-top: 38px;
}

.menuitem a, .menuitem_bold a {
	color: #000;
	text-decoration: none;
}

.menuitem_bold {
	font-weight: bold;
}

input.pontun, textarea.pontun {
	border: 1px solid #f76b36;
	margin-bottom: 10px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea.pontun {
	height: 150px;
}

input.pontun_submit {
	background-color: #f76b36;
	border: 0px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}