#formularz {
/*	background: #f4f1f4;*/
	border-right: 1px solid #aaa;
	color: #222;
	display: table;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 40px 0px 40px 40px;
	padding-right:60px;
	width: 373px;
}
#formularz input {
	border: 1px solid #aaa;
	width: 200px;
}
#formularz textarea {
	background: #fff;
	border: 1px solid #aaa;
	height: 200px;
	width: 350px;
}
#formularz input:focus  {
	background: #ffc;
}
#formularz textarea:focus {
	background: #ffc;
}
.form-row {
	display: table-row;
}
.form-cell1 {
	border-bottom: 1px dotted #bbb;
	display: table-cell;
	padding: 5px 10px;
	width: 350px;
}
.form-cell1 input {
	float: right;
}
.form-cell1 label {
	float: left;
	padding: 4px 0 0 4px;
}
.form-cell2 {
	display: table-cell;
	margin: 0;
	padding: 5px 10px;
	width: 350px;
}
.form-cell2 input{
	float: left;
	width: 100px;
}
.form-cell2 label {
	float: left;
	padding: 4px 0 0 4px;
}
input#submit {
	background: #ddd;
	color: #000;
	float: right;
	width: 100px;
}
input#reset {
	background: #eee;
	color: #999;
	margin-left: 40px;
	width: 80px;
}
input#submit:focus, input#reset:focus {
	background: #ddd;
}
input#submit:hover, input#reset:hover {
	background: #b22;
	color: #fff;
	cursor: pointer;
}
.req {
	color: red;
}
#req {
	float: left;
}
