.form {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size:12px;
}
.form form {
	margin: 0;
	padding: 0;
}
.form fieldset {
	border: 1px solid #000C4B;
	padding: 2%;
}
.form fieldset legend {
	font-weight: bolder;
	padding: 1em;
}
.form label {
	display: block;
	float: left;
	width: 25%;
	padding-right: 1%;
	text-align: right;
	vertical-align: middle;
	line-height: 1.6em;
	color:#000C4B;
}
.form label.width50 {
	width: 10%;
}
.form label.width25 {
	width: 5%;
}
.form form br {
	clear: both;
}
.form input, .form select, .form textarea {
	float: left;
	display: block;
	border: 1px solid #009EE0;
	padding: 0.1em 0.3em;
	margin-bottom: 0.5em;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size:1em;
}
.form input.text, .form textarea.text {
	width: 35%;
}
.form input.text.width50, .form textarea.text.width50 {
	width: 17%;
}
.form input.text.fullsize, .form textarea.text.fullsize {
	width: 70%;
}
.form select {
	width: auto;
	padding-right: 0;
	padding-bottom: 0.01em;
}
.form input.check { 
	border:0pt none;
	margin-right:0.5em;
}
.form img.img {
	float: left;
	display: block;
	border: 1px solid #009EE0 !important;
	padding: 0;
	margin: 0.3em 0 0.5em 0 !important;
}
.form span.check, .form p.check {
	clear:left;
	display:block;
	float:left;
	padding-left:26%;
	width:74%;
	line-height:1.6em;
}
.form span.check input.check, .form p.check input.check { margin-top: 0.3em; }
/*
	tlacitka
*/
.form input.button, .form button {
	font-family:Arial,Tahoma,Verdana,sans-serif;
	color:#fff;
	border:none;
	background: #000C4B;
	font-weight: bolder;
	padding: 0.2em 0.7em;
	cursor: pointer; cursor: hand;
	overflow: visible;
}
.form form > input.button, .form form > button {
	width: auto;
}
.form input[type="hidden"], .form input.hidden {
	display:none !important;
}
.form form input.inline { margin-left:5px; }
.form form input.button.inline { margin-top:-2px; }
/*
	file
*/
.form form div.file { 
	position: relative; 
	float:left; 
	width:70%;
	margin-bottom:0.5em;
}
.form form input.file {
	position: relative;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	margin-bottom:0;
}
.form form div.file-button {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
/*
	info, errory...
*/
.form div.infopanel {
	clear:both;
	display:block;
	vertical-align: middle;
	margin-left: 26%;
	width: 74%;
}
.form form div.infopanel p {
	line-height: 1em !important;
	padding: 0.3em 0;
	margin:0;
}
.form p.desc, .form div.desc {
	clear:both;
	color:#000;
	display:block;
	margin:-1% 0pt 1%;
	padding-left:26%;
	width:74%;
}
.form div.msg_notice {
	padding: 0 10px;
	border: 2px solid #3286b1;
	background: #b1e5ff;
	color: #000;
	margin: 10px 0;
}
.form div.msg_error {
	padding: 0 10px;
	border: 2px solid #7F0707;
	background: #BF0B0B;
	color: #fff;
	margin: 10px 0;
}
.form div.msg_ok {
	padding: 0 10px;
	border: 2px solid #22a304;
	background: #c7ffba;
	color: #000;
	margin: 10px 0;
}
/*
	univerzani tridy
*/
.form form .bold {
	font-weight: bold;
}
.form form .error {
	color: #f00;
}
.form form .ok {
	color: #0f0;
}
.form form .nobg {
	background:none !important;
}
