/*
	@author: lucien.immink
	Test CSS file used to style the page, not the form elements.
*/
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.header {
	padding: 10px 0 5px 0;
	font-weight: bold;
	clear:both;
}
.submit {
	margin: 20px 0 0 0;
	clear:both;
}
.checkboxes {
	width: 205px;
	float:left;
}
.radios {
	width: 300px;
	float:left;
}
.textarea, .textfields {
	clear:left;
}

.large {
	float: left;
	height: 160px;
}
.small {
	float:left;
	height: 70px;
	margin: 0 0 0 30px;
}
.header_formularz
{
vertical-align:middle;
padding: 3px 0 3px 0;
margin: 0px 5px 0px 5px;
display:block;
}
