p.popis-formulare {
	text-align: right;
	color: #ABAA7A;
}

.mandatory {
	color: #B57A00;
}

form div {
	background: #424338;
	position: relative;
	margin-bottom: 25px;
	width: 447px;
}

form fieldset {
	border: none;
}

form fieldset legend {
	color: #B57A00;
	padding: 7px 13px;
	font-weight: bold;
	background: #2E3021;
	margin-top: -15px;
	margin-left: 10px;
	font-size: 1.1em;
	_position: relative;
}

form span.roh {
	width: 6px;
	height: 6px;
	background-image: url('../img/form.gif');
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	overflow: hidden;
}

form span.lh {
	top: 0;	left: 0; background-position: 0 0;
}
form span.ph {
	top: 0;	left: 441px; background-position: -6px 0;
}
form span.ld {
	bottom: 0; _bottom: -1px; left: 0; background-position: 0px -6px;
}
form span.pd {
	bottom: 0; _bottom: -1px; left: 441px; background-position: -6px -6px;
}

fieldset table {
	margin: 10px;
	width: 420px;
}

fieldset table td {
	vertical-align: top;
	padding: 5px 3px;
}

fieldset table td label {
	padding: 5px 0;
}

fieldset table td input.text, fieldset table td textarea.textarea {
	width: 250px;
	border: 1px #808848 solid;
	background: white url('../img/input.gif') left top no-repeat;
	color: #B57A00;
}

fieldset table td textarea.textarea {
	height: 100px;
}


fieldset table td span.field-error {
	display: block;
	color: #B57A00;
	font-weight: bold;
	margin-top: 5px;
	
}

form .submit {
	width: 109px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none;
	background: url('../img/submit.gif') center center no-repeat;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.1em;
	color: white;
	text-transform: uppercase;
}