/* vase-nazory.css */


div#vypis-nazoru {
	margin: 50px 0px;
}
	div#vypis-nazoru p {
		margin: 1.2em 0em;
		padding: 0px 20px;
	}
	div#vypis-nazoru p.jmeno {
		margin-top: 25px;
		padding: 5px;
		border-bottom: 1px dotted #c33;
	}
		div#vypis-nazoru p.jmeno strong {
			padding: 0px 6px 0px 15px;
		}


form#vlastni-nazor {
	clear: right;
	width: 400px;
	margin: 40px auto;
	text-align: right;
}
	form#vlastni-nazor fieldset {
		padding: 10px;
		border: 1px solid #999;
	}
	form#vlastni-nazor legend {
		padding: 0px 10px;
		color: #c33;
		font-weight: bold;
	}
	form#vlastni-nazor label {
		display: block;
		padding: 0px 0px 8px 5px;
		font-weight: bold;
		text-align: left;
	}
	form#vlastni-nazor label em {
		display: block;
		font-size: 0.9em;
		font-weight: normal;
		text-align: right;
	}
	form#vlastni-nazor label b, form#vlastni-nazor p b {
		color: #f00;
		font-weight: bold;
	}
	form#vlastni-nazor label input {
		width: 350px;
		font-family: 'Trebuchet MS', 'Helvetica', 'Verdana', sans-serif;
		font-weight: normal;
	}
	form#vlastni-nazor label textarea {
		width: 350px;
		font-family: 'Trebuchet MS', 'Helvetica', 'Verdana', sans-serif;
		font-size: 1em;
	}
	form#vlastni-nazor input.submit {
		font-weight: bold;
	}
	form#vlastni-nazor p {
		margin: 0px 0px 2px 0px !important;
	}
	form#vlastni-nazor p.povinne {
		margin: 5px 0px !important;
		font-size: 0.9em;
	}
