label, input, textarea {
	clear: both;
}

.pole, .text {
width:100%;
font-family:Arial, Helvetica, sans-serif;
	clear: both;
	border:1px solid silver;
	background-color:#eeeeee;
	font-size:10pt;
	padding:2px;
}

.error {
	color: #F10000;
}

#contact_form {
	width: 98%;
	overflow: none;

}

