div.form {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
	clear:both;	
}
div.form form {
	margin: 0;
	padding: 0;
}
div.form fieldset {
	border: 2px solid #ccc;
	padding: 2%;
	margin:1em 0;
}
div.form fieldset legend {
	color: #000;
	font-weight: bold;
	font-size:15px;
	padding: 0.2em 1em;
}
div.form label {
	display: block;
	float: left;
	width: 35%;
	padding-right: 2%;
	text-align: right;
	vertical-align: middle;
	line-height: 1.8em;
	margin:5px 0;
    font-size: 15px;
}
div.form form br {
	clear: both;
}
div.form input, div.form select, div.form textarea {
	float: left;
	display: block;
	margin: 5px 0;
	vertical-align: middle;
	border: 1px solid #1d1d1d; border-color: #1d1d1d #b4b4b4 #b4b4b4 #1d1d1d; background-color: #f0f2f3; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 3px;
}
div.form input.text, div.form textarea.text {
	width: 45%;
}
div.form select {
	width: auto;
}
div.form input.fullsize, div.form textarea.fullsize {
	width: 60%;
}
div.form img.img {
	float: left;
	display: block;
	border: 1px solid #1d1d1d; border-color: #1d1d1d #b4b4b4 #b4b4b4 #1d1d1d; background-color: #f0f2f3; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	padding: 0;
	margin: 5px 0;
	width:auto;
}
div.form .inline label { display:inline; width:auto; float:none; }
div.form .inline input { display:inline; float:none; }
/*
	tlacitka
*/
div.form input.button, div.form button {
	width: 100px; height: 25px; background: url(../img/form-button-bg.png) 0 0 no-repeat; border: 1px #000 solid; color: #000; font-weight: bold; cursor: pointer; margin: 10px 0 0;
}
div.form form input[type="hidden"] {
	display:none;
}
/*
	file
*/
div.form form div.file { 
	position: relative; 
	float:left; 
	width:60%;
	margin-bottom:0.5em;
}
div.form form input.file {
	position: relative;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	margin-bottom:0;
}
div.form form div.file-button {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.form form div.file-button img { margin-top:4px; }

/*
	info, errory...
*/
div.form div.infopanel {
	clear:both;
	display:block;
	vertical-align: middle;
	margin-left: 26%;
	width: 74%;
}
div.form form div.infopanel p {
	line-height: 1em !important;
	padding: 0.3em 0;
	margin:0;
}
div.form p.desc, div.form div.desc {
	clear:both;
	display:block;
	margin:-1% 0pt 1%;
	padding-left:26%;
	width:74%;
}
div.form div.msg_notice {
	padding: 10px;
	border: 2px solid #3286b1;
	background: #b1e5ff;
	color: #000;
	margin: 10px 0;
}
div.form div.msg_error {
	padding: 10px;
	border: 2px solid #7F0707;
	background: #BF0B0B;
	color: #fff;
	margin: 10px 0;
}
div.form div.msg_ok {
	padding: 10px;
	border: 2px solid #22a304;
	background: #c7ffba;
	color: #000;
	margin: 10px 0;
}
div.form div.msg_notice p, div.form div.msg_error p, div.form div.msg_ok p { margin:0; }
/*
	univerzani tridy
*/
div.form form .bold {
	font-weight: bold;
}
div.form form .error {
	color: #f00;
}
div.form form .ok {
	color: #0f0;
}