#formularzzg-top, #formularzzg-bottom{
	width:500px;
	height:8px !important;
	display:block !important;
}

#formularzzg-logo {
	width:500px;
	height:25px !important;
	display:block !important;
}

#formularzzg {
	background-color: #E6E3D7;
	padding: 10px;
}
form {
/*margin: 3em auto;*/
/*width: 75%;*/
}

fieldset {
	background-color: #F4F4EB;
	/*background-color: #EFEED1;*/
	border: 1px solid #ccc;
	padding: 1em;
	margin-top: 0px;
}

label {
	display: block;
	float: left;
	clear: left;
	width: 115px;
	padding-right: 1em;
	text-align: right;
	line-height: 1.8em;
	color: gray;
	margin-right: 1em;
	font: .9em/1.3em Arial, Helvetica, sans-serif;
}

/*.checklabel {
	width: 335px;
	text-align: left;
}*/
.txtarea {
	width: 300px;
	height: 120px;
	border: 1px solid silver;
	margin-top: 3px;
}

input {
	display: block;
	float: left;
}
input.inputtxt {
	border: 1px solid silver;
	color: gray;
	font: .9em/1.3em Arial, Helvetica, sans-serif;
	width: 200px;
}

input.inputcheck {
	text-align: right;
}


