/**** Form Layout ****/


/* Main Form formatting*/
form {
  margin: 0;
  padding: 0;
  display: inline;
}

input, select {
  font: 14px arial, helvetica, sans-serif;
	background:#ffffff;
  border: 1px solid #888;
  padding: 0px 0 0 2px;
	height:20px;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #55453E;
}

label {
  cursor: pointer;
}

/***** REGISTRACE *****/
.form-registrace {
  width:620px;
}
.form-koment-pov {
	height:20px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
}
.form-koment-chyba {
	padding:3px 0px 0px 20px;
	font-size:12px;
	color:red;
}
.form-titulek {
	height:20px;
  padding:8px 0px 0px 30px;
  clear: both;
}
.form-radek {
  clear: both;
	height:20px;
}
.form-label {
  float:left;
	width:250px;
	background:#f8f8f8;
	height:20px;
	padding:5px 0px 0px 10px;
	font-size:12px;
	border-bottom:1px solid #ffffff;
	vertical-align:top;
}
.form-label-pov {
  float:left;
	width:250px;
	background:#f8f8f8;
	height:20px;
	padding:5px 0px 0px 10px;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #ffffff;
}
.form-edit {
  float:left;
	width:350px;
	background:#f8f8f8;
	height:23px;
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #ffffff;
}
.form-label2 {
	width:85px;
	font-size:12px;
  float:left;
}
.form-edit input{
	background:#ffffff;
}
.form-button {
  width:128px;
	background:#ddd;
	border:2px solid #888;
	cursor:pointer;
	height:25px;
	border-radius:3px;
}
.form-button-short {
	background:#ddd;
	border:1px solid #888;
	cursor:pointer;
	height:23px;
	border-radius:3px;
  padding:0px 5px 0px 5px;
}
.form-start-datum {
  height:22px;
	margin:0px 5px 0px 0px;
	background:#ddd;
	border:2px solid #888;
	cursor:pointer;
	float:left;
	border-radius:3px;
}
.form-radio-text {
  position:relative;
  top:-7px;
  margin-left:10px;
  padding:0px 5px 0px 5px;
  color:#000;
}  
.show-on {
 display: on;
}
.show-off {
 display:none;
}

