/* (c) 2010 Reklamni agentura BOOL */

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset legend.nadpisFormular {
	color: #0d323d;
	font-size: medium;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

fieldset label {
	float: left;
	display: block;
	width: 95px;
	color: #737576;
	margin: 3px 0;
	padding: 4px 0 0;
}

fieldset input.txt,
fieldset textarea.txtArea {
	float: left;
	width: 383px;
	height: 29px;
	border-top: 1px solid #727272;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	border-bottom: 1px solid #d9d9d9;
	margin: 3px 0;
	padding: 0 5px;
}

fieldset textarea.txtArea {
	height: 142px;
}

fieldset input.tlacitko {
	border: none;
	background: url("../obrazky/formulare/tlacitko-pozadi.png") repeat-x left top;
	width: 396px;
	height: 47px;
	color: #f1eedf;
	font-weight: bold;
	font-size: large;
	margin: 3px 0;
	padding-bottom: 5px;
	text-shadow: #ffc201 1px 1px 0;
	cursor: pointer;
}

