@charset "UTF-8";

div.block {
	
	margin: 10px;
	padding: 5px;
	border: 1px #455425 solid;
	background-color: #FFFFFF;
	background-image: url('../images/bg1.png');
	background-position: top;
	background-repeat: repeat-x;
	
}

div.block h2 {

	margin: 0;
	color: #5F7332;
	font-size: 12px;
	font-weight: bold;

}

div.block h2 a {

	color: #5F7332;
	text-decoration: none;
	
}

div.block a {

	color: #5F7332;
	
}

form.zamow td.title {
	width: 130px;
}

form.zamow td {
	padding: 5px;
}

input.text {
	border: 1px #CCCCCC solid;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form.zamow input.text {
	width: 300px;
}

textarea {
	border: 1px #CCCCCC solid;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form.zamow textarea {
	width: 300px;
	height: 100px;
}

input.button {
	background-color: #5F7332;
	color: #F8C511;
	border: 1px #8CA94D solid;
}

form.zamow input.button {
	width: 150px;
	height: 20px;
}

form.zamow span.asterix {
	color: #FF0000;
}

form.zamow h3 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #8CA94D;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.error {
	background-color: #E94B4B;
	color: #FFFFFF;
	padding-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

div.error h2 {
	font-size: 14px;
	text-align: center;
}
