.block {
	margin: 0;
	margin-bottom: 2em;
	width: 350px;
	float: left;
	font-size: small;
	}
.block img {
	border: 2px #8fa390 solid;
	}

form {
	font-size: small;
	}
form legend {
	font-size: small;
	color: #92D432;
	}
form fieldset {
	display: table;
	border: 1px solid #F8F8F8;
	}	
form label {
	font-size: xx-small;
	}
form input, form textarea {
	width: 300px;
	}
form input.check {
	width: auto;
	}
img.ill {
	margin: 0 0.5em 0.5em 0;
	float: left;
	}
#text p, #text li {
	font-size: small;
	}
#text .error {
	color: #f00;
	}
#text li {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 20px;
	list-style: none;
	background: url(img/li.gif) no-repeat 0 0.6em;
	}
/*
#main #text p, #main #text h2, #main #text ul {
	padding-left: 300px;
	width: 300px;
	}
#main #text ul {
	padding-left: 330px;
	width: 270px;
	}
*/
#main #text li {
	margin-bottom: 0.3em;
	}
#text h1 {
	font-weight: normal;
	font-size: x-large;
	color: #27532b;
	}
#text h2 {
	font-weight: normal;
	font-size: large;
	color: #92D432;
	clear: left;
	}
#text big {
	background: #ffff33;
	}
#text big.more {
	background: #e95b0a;
	color: #fff;
	}
#text a {
	color: #E85B09;
	text-decoration: underline;
	}
#text a:hover {
	color: #D3D011;
	text-decoration: none;
	}
.line {
	height: 6px;
	background: url(img/line.gif) repeat-x;
	clear: left;
	}
table.price {
	width:100%;
	border-collapse:collapse;
}
table.price td {
	padding:3px;
	font-size:12px;
	border:1px #F8F8F8 solid;
}
table.price thead td {
	background:#F8F8F8;
	font-weight:bold;
}