.move {
	cursor: move;
	z-index: 1000;
}

img.checkbox {
	display: block;
}

.button {
	border: 1px solid silver;
	background-color: white;
	margin: 16px;
}

.button_block {
	width: 100%;
	padding: 8px 16px 8px 16px;
	text-align: right;
}

.clickable, .calendar, .checkbox, .radiobtn, .button, .action, img.combobox_arrow, .combobox div {
	cursor: pointer;
	_cursor: hand;
}

.radiobtn {
	position: relative;
	top: 6px;
}

.textbox {
	font-size: 12px;
	border: 0px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	padding: 2px 2px 2px 4px;
	height: 15px;
}

textarea {
	overflow: auto;
}

.form_table {
	border: 0px;
}

.form_table tr td {
	vertical-align: top;
}

.counter {
	padding-left: 3px;
	font-size: 1px;
}

div.counter {
	display: inline;
}

div.counter img.up {
	position: relative;
	top: -6px;
	_top: -7px;
}

div.counter img.down {
	position: relative;
	top: 4px;
	left: -12px;
	_top: 4px;
	_left: -13px;
}

img.combobox_arrow {
	display: inline;
	margin-left: -3px;
	margin-bottom: -7px;
	_margin-bottom: -4px;
}

input.combobox_field {
	display: inline;

}

div.listbox, div.combobox {
	border: 1px solid gray;
	background-color: #eff0f0;
	display: none;
	position: absolute;
	padding: 2px;
	margin: 0px 0px 0px 108px;
	_margin: 22px 0px -22px -148px;
	height: 80px;
	overflow: auto;
	overflow-x: hidden;
}

div.listbox, div.combobox {
	margin: -9px 0px 0px 20px;
}

div.listbox div, div.combobox div {
	padding-right: 20px;
}

div.listbox div:hover, div.combobox div:hover {
	background-color: white;
}

input.listbox_text {
	height: 20px;
}

img.listbox_btn {
	/*margin-top: 4px;*/
	margin-bottom: -6px;
}

/************************************************************************************/
/*  verejny formy */

.public_form {
	/*background-image: url('../../images/layout/background/content/content_egl_form.jpg');*/
	background-repeat: no-repeat;
	background-position: top right;
}

.public_form tr td {
	vertical-align: top;
}

.public_form tr td .textbox, .public_form tr td .button {
	font-size: 12px;
	border: 1px solid gray;
	padding: 2px;
	background-color: transparent;
	margin: 0px;
}

#antispam_img {
	width: 100px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	top: -24px;
	left: 140px;
}