form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	border: 1px solid #517d84;
	background-color: #f8f8f8;
}
input {
	height: 13px;
}
input[type="button"], input[type="submit"] {
	background-color: #61969e;
	font-weight: bold;
	border-left-style: solid;
	margin-left: -5px;
	border-left-width: 1px;
	border-left-color: #517d84;
	height: 19px;
}
input[type="submit"].btn, input[type="button"].btn {
	height: 17px;
	width: 30px;
	padding:1px;
}
input[type="submit"].btnAlone, input[type="button"].btnAlone {
	background-color: #61969e;
	font-weight: bold;
	height: 17px;
	margin-top:3px;
	width: 65px;
}
* html .btn {
	background-color: #61969e;
	font-weight: bold;
	height: 17px;
	width: 25px;
}
* html .btnAlone {
	background-color: #61969e;
	font-weight: bold;
	height: 17px;
	width: 65px;
}
.btnAlone01 {
	background-color: #61969e;
	font-weight: bold;
	height: 17px;
	width: 180px;
}
fieldset {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2d4449;
	background-image: url(/images/bg_form.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
fieldset  .containerF {
	width: 524px;
	margin-right: auto;
	margin-left: auto;
}
fieldset  input {
	background-color: #FFFFFF;
	height: 14px;
	padding-top: 2px;
}
fieldset  textarea {
	background-color: #FFFFFF;
	padding-top: 2px;
}
.fieldsetBasic {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
.fieldsetBasic   .inputLogin {
	height: 12px;
}
.legend {
	text-align:center;
	width:140px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #2d4449;
	background-image: url(/images/form_legend.jpg);
	background-repeat: repeat-x;
	height: 24px;
	color: #FFFFFF;
	font-size: 130%;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
label {
	text-align: right;
	display: block;
	width: 200px;
	float: left;
	margin-right: 5px;
	padding-top: 4px;
}
label .short {
	padding-left: 10px;
}
.odpovedi label {
	text-align: left;
	width: 90%;
	padding-left: 20px;
}


.btnField {
	text-align: center;
	margin-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8dcdc;
	padding-top: 6px;
	width: 524px;
}
.formDelim {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8dcdc;
	margin-top: 10px;
	margin-bottom: 10px;
}
input[type="checkbox"] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #f6f8f7;
}
input[type="radio"] {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #f6f8f7;
	border-right-width: 1px;
	border-right-color: #D5DDD9;
} 
.formTRlinks {
	position: relative;
	float: right;
	margin-top: -43px;
	border: 1px solid #2d4449;
	background-image: url(/images/form_legend.jpg);
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-right: -7px;
}
.textNormal {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
