#content #scrollpanel {
	height: 295px;
	overflow: hidden;
	width: 533px;
	background-color: #fff;
	position: relative;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	margin: 0 20px 10px 20px;
}

#content .page {
	width: 533px;
	height: 295px;
	position: relative;
	float: left;
	left: 0;
}

	#content .page h3 {

		width: 350px;
		margin: 20px;

		color: #fff;
	}

	#content .page h3 strong {
		color: #004499;
	}

	#content .page .text {
	}

		#content .page .text .back {
			z-index: 0;
			position: absolute;
			background-color: #6C9A76;
			padding: 0;
			height: 61px;
			left: 0;
			bottom: -1px;
			width: 533px;
		}

		#content .page .text h4 {
			padding: 0 0 0 10px;
			margin: 0;
			position: absolute;
			left: 0;
			bottom: -5px;
			font-size: 340%;
			z-index: 3;
			width: 110px;
			color: #fff;
		}

		#content .page .text p {
			margin: 0;
			padding: 0;
			position: absolute;
			left: 80px;
			bottom: 7px;
			top: 243px;
			color: #fff;
			z-index: 3;
			font-size: 76%;
			width: 370px;
			line-height: 1.3em;
		}

	#content .page .navbuttons {
		position: absolute;
		bottom: 12px;
		right: 10px;
	}

		#content .page .navbuttons a {
			display: block;
			padding: 5px;
			background-color: #fff;
			color: #004499;
			font-size: 90%;
			line-height: 1em;
		}

			#content .page .navbuttons a:hover {
				background-color: #004499;
				color: #fff;
				text-decoration: none;
			}

	#form_contact {
		margin: 0px 0 0 20px;
		padding: 0;


	}

		#form_contact label {
			font-size: 80%;
			float: left;
			width: 110px;
		}

		#form_contact label.error, #form_contact p.error {
			color: #c00;
			font-weight: bold;
			padding: 0;
			margin: 0;
		}

		#form_contact p.error {
			margin: 0 0 10px 0;
		}

		#form_contact input, #form_contact textarea {
			width: 180px;
		}

		#form_contact textarea {
			font-family: Arial, Tahoma, sans-serif;
			font-size: 80%;
			overflow: auto;
		}

		#content #form_contact input.clickable {
				display: block;

				width: 46px;
				height: 47px;

				background-image: url("images/home/form_submit.gif");

				border: none;

				cursor: pointer;

				color: #fff;
				font-size: 1px;
				text-indent: -10000px;
			}

		#form_contact p.error {
			color: #c00;

			font-weight: bold;
		}

		#form_contact input.error_field {
			background-color: #ffeedd;
			color: #c00;
		}