@charset "utf-8";
/* CSS Document */

input{
	border: 1px solid #000;
	background: #f3f3f2;
	/*#height: 20px;
	#width: 180px;*/
	#padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	text-align: left;
	font-size: 11px;
	font-family: Verdana;
}

input [type="checkbox"]{
	border: 0px solid #000;

}



textarea{
	border: 1px solid #a0c705;
	background-color: #f3f3f2;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
}

select{
	border: 1px solid #a0c705;
	background-color: #f3f3f2;
	height: 20px;
	width: 180px;
	#padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	text-align: left;
}

#btn_search{
	background: url(../gfx/btn_search.gif) no-repeat left 2px;
	width: 27px;
	height: 27px;
	border: none;
	cursor: pointer;
}

#btn2_search{
	background: url(../gfx/btn_search.gif) no-repeat left 2px;
	width: 80px;
	padding-left: 30px;
	font-weight:bold;
	height: 27px;
	border: none;
	cursor: pointer;
}

#btn_calc{
	background: url(../gfx/btn_calc.gif) no-repeat left 2px;
	width: 180px;
	padding-left: 30px;
	font-weight:bold;
	height: 27px;
	border: none;
	cursor: pointer;
}

input#idz_str{
	width: 20px;
	height: 16px;
	margin-left: 30px;
	margin-right: 5px;
}

form#rh input{
	width: 250px;
	margin-bottom: 8px;
	color: #000;
}

form#rh input.select{
	background: #f3f3f2 url(../gfx/select.gif) no-repeat right center;
	padding-right: 22px;
	width: 230px;
	cursor: pointer;
}

form#rh select{
	width:260px;
	margin-bottom: 8px;
}

form#rh label{
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	margin-left: 50px;
	margin-right: 10px;
	line-height: 22px;
}

form#rh label#cena{
	display: block;
	float: left;
	width: 10px;
	line-height: 22px;
	margin-left: 5px;
	margin-right: 5px;
}

form#rh input#cena{
	width: 70px;
	float:left;
	margin-left: 5px;
	color: #000;
}

form#rh textarea{
	border: 1px solid #a0c705;
	background-color: #f3f3f2;
	height: 200px;
	width: 350px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #a0c705;
	text-align: center;
}

form#login label{
	#display: block;
	width: 60px;
	#float: left;
	text-align: right;
	margin-right: 5px;
	line-height: 20px;
}

form#login input{
	margin-bottom: 5px;
}

#btn_login{
	background: url(../gfx/btn_login.gif) no-repeat left 2px;
	width: 100px;
	padding-left: 30px;
	font-weight:bold;
	height: 27px;
	border: none;
	cursor: pointer;
}

#btn_ok{
	border: none;
	background: none;
	color: #fff;
	font-weight: bold;
}
h4#title{
	font-weight: bold; 
	background: url(/view/gfx/tlo_z.jpg) repeat-x;
	padding: 10px;
}

button{
	border: 1px solid #000000;
	background: #f3f3f2;

	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	

	
	
	color: #000;
	text-align: left;
	font-size: 11px;
	font-family: Verdana;
	text-align: center;
}



