/* css styly - poptávka */
#content fieldset
{
	border: 0px;
	margin-top: 20px;
}

	#content fieldset legend
	{
		color: #457A10;
		font-weight: bold;
		display: none;
	}
	
	#content fieldset label
	{
		color: #535353;
		font-size: 0.92em;
		font-weight: bold;
	}
	
	#content fieldset tr.polozka
	{
		height: 24px;
	}
	
	#content fieldset tr.polozka input,
	#content fieldset textarea
	{
		background: #fff url('img/formulare/input_background.gif') 0 0 repeat-x;
		border: 1px solid #C5D7B4;
		width: 275px;
	}
	#content fieldset textarea { height: 125px; }
	
	#content fieldset tr.polozka-submit
	{
		height: 50px;
		text-align: right;
	}
	
		#content fieldset tr.polozka-submit input
		{
			border: 1px solid #92AA7B;
			background: #DFECD1 url('img/formulare/button_background.gif') 0 0 repeat-x;
			font-size: 0.92em;
			font-weight: bold;
			width: 111px;
			height: 21px;
		}

/* chyby formulare */
#content fieldset tr.error label { color: #BC062C; }
#content fieldset tr.error input, #content fieldset tr.error textarea { border: 1px solid #BC062C; }

#content .form-errors p
{
	color: #BC062C;
	font-weight: bold;
	margin-bottom: 10px;
}

#content ul { list-style-type: none; }
#content ul li { color: #BC062C; margin-bottom: 3px; }	

/* info o parcelach */
#content .info_parcela		
{	
	margin-top: 20px;
	margin-right: 25px;
	background-color: #E2E2E2;
	padding: 10px 0 10px 10px;
}

	#content .info_parcela p { margin-bottom: 5px; }

