@charset "UTF-8";

#form {
	margin-top:3em;
}

input, textarea {
	border: solid 1px #9d2928;
}

#form .tytul {
	color:#000000;
	font-size:140%;
	border-bottom: solid 1px #b81b1c;
	text-decoration:none;
}

.form-layout {
	width:80%;
	margin:1.5em auto 0 auto;
}

.form-fields {
	padding:0;
}

.field {
	margin: 1em 0 1em 0;
	overflow:auto;
	height:auto;
}

.field label
{
	text-align: left;
	float:left;
}

input[type="text"] {
	width:25em;
	float:right;
}

.form-text {
	clear:both;
}

.form-text label {
}

.form-text textarea {
	width:100%;
	float:right;
	margin: 0.8em 0 0.8em 0;
}

.buttonblock {
	text-align:right;
	clear:both;
	overflow:auto;
	height:auto;
}

.info {
	float:left;
}

input.defaultbutton {
	width:8em;
	background:#9d2928;
	border:none;
	color:#ffffff;
	height:1.8em;
}

input.button {
	width:8em;
	background:#6c6c6c;
	border:none;
	color:#ffffff;
	height:1.8em;
}
