/* FORMULARE */
div.formField, div.formFieldBlock {
	float: left;
	margin: 0 1em 0 0;
}
	div.formFieldBlock {
		float: none;
	}

form {
	margin: 0;
	padding: 0;
	font: 100% "Verdana", Helvetica, sans-serif;
}

form fieldset, form legend, form input,
form textarea, form select {
	border: 1px solid #6C4D49;
	font: 100% "Verdana", Helvetica, sans-serif;
}
form input:hover, form textarea:hover,
form select:hover {
	border: 1px solid #999;
}
		
fieldset {
	padding: 0.5em 0.7em;
	margin: 1em 0 2em 0;
}
legend {
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0.1em 0.3em;
	color: #539DBC;
	text-transform: uppercase;
	margin: 0 0 0.2em 0;
}
	form fieldset legend {
		color: #262626;
	}


label {
	cursor: pointer;
	display: block;
	margin: 0em 0em 0.3em 0em;
}
	label.required {
		background: transparent url(../img/required.gif) 95% 0 no-repeat;
	}
	label.problem {
		background: transparent url(../img/caution.gif) 95% 0 no-repeat;
	}
	label.completed {
		background: transparent url(../img/complete.gif) 95% 0 no-repeat;
	}
	label em {
		font-style: normal;
		text-decoration: underline;
	}
input, textarea {
	background-color: #E7D6D6;
	margin: 0em 0em 0.8em 0em;
	width: 95%;
	clear: both;
}
	input[type="file"] {
		display: block;
		width: 100%;
	}
	input.file {
		width: 100%;
	}
	
select {
	margin: 0em 0em 0.8em 0em;
	width: 98%;
}

button {
	font-size: 100%;
	background-color: #f0f0f0;
	color: #262626;
	padding: 0.1em 0.2em 0em 0.2em;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	cursor: pointer;
}	html>body button {padding: 0em 0.2em 0em 0.3em;}
	button:hover {
		background-color: #C3D7DF;
		color: white;
	}
	
	form#loginForm input {
		margin: 0;
		width: 82px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 88px;
	}
	form#loginForm label {margin: 0;}
	form#loginForm table {
		margin: 0;
		width: 100%;
		padding: 0;
	}
		body#podpora form#loginForm table {
			width: 75%;
		}
	
	form#loginForm table td {
		padding: 0 6px 0 0;
		vertical-align: middle;
		text-align: left;
	}
	
	form#loginForm td.loginBut a:link,
	form#loginForm td.loginBut a:visited {
		border: none;
		text-decoration: none;
		color: White;
		font-size: 80%;
		background: white url("../img/login_but.gif") right top no-repeat;
		margin: 0; padding: 0;
		width: 73px; height: 18px;
		text-indent: -100em;
		display: block;
	}
		form#loginForm td.loginBut a:hover {
			background-position: 100% -30px;
		}
