/* Ladne inputy, selecty i textarea */
.input_title {
	text-align: right;
	padding-right: 10px;
}

.input {
	border: 1px solid #DDD;
	background: #F4F4F4;
	width: 150px;
	height: 16px;
	padding: 1px;
	padding-right: 2px;
	padding-top: 2px;
	font-size: 11px;
	font-family: Verdana;
}

.select {
	border: 1px solid #DDD;
	background: #F4F4F4;
	width: 150px;
	height: 19px;
	padding: 1px;
	padding-right: 2px;
	font-size: 11px;
	font-family: Verdana;
}

option {
	background: #FFF;
}

.px50 {
	background: #F4F4F4;
	width: 50px;
}

.px100 {
	background: #F4F4F4;
	width: 100px;
}

.px200 {
	background: #F4F4F4;
	width: 200px;
}

.px250 {
	background: #F4F4F4;
	width: 250px;
}

.px300 {
	background: #F4F4F4;
	width: 300px;
}

.px350 {
	background: #F4F4F4;
	width: 350px;
}

.textarea {
	border: 1px solid #DDD;
	background: #F4F4F4;
	width: 400px;
	height: 250px;
	padding: 1px;
	overflow: auto;
	font-size: 12px;
	font-family: Verdana;
}

.spec_textarea {
	border: 1px solid #DDD;
	background: #F4F4F4;
	width: 400px;
	height: 250px;
	padding: 1px;
	overflow: auto;
	font-size: 12px;
	font-family: Verdana;
	color: #F00;
}

.px250100 {
	background: #F4F4F4;
	width: 250px;
	height: 100px;
}

.px300100 {
	background: #F4F4F4;
	width: 300px;
	height: 100px;
}

.px350100 {
	background: #F4F4F4;
	width: 350px;
	height: 100px;
}

.big_textarea {
	width: 100%;
	height: 400px;
	font-size: 12px;
	font-family: Verdana;
}
/* ********** */

/* Ladne checkboxy i radio */
label {
	padding-left: 5px;
}

.radio_label {
	padding: 0px 20px;
}

.checked {
	width: 16px;
	height: 16px;
	background: url('gfx/checkbox/chk_on.gif') no-repeat;
}

.unchecked {
	width: 16px;
	height: 16px;
	background: url('gfx/checkbox/chk_off.gif') no-repeat;
}

.selected {
	width: 16px;
	height: 16px;
	background: url('gfx/checkbox/rdo_on.gif') no-repeat;
}

.unselected {
	width: 16px;
	height: 16px;
	background: url('gfx/checkbox/rdo_off.gif') no-repeat;
}
/* ********** */

/* BUTTONY PL */
.button-login_pl {
	background: url('gfx/pl/login.gif');
	border: 0px;
	width: 73px;
	height: 21px;
}

.button-login_pl:hover {
	background: url('gfx/pl/login-hover.gif');
}

.button-save_pl {
	background: url('gfx/pl/save.gif');
	border: 0px;
	width: 73px;
	height: 21px;
}

.button-save_pl:hover {
	background: url('gfx/pl/save-hover.gif');
}

.button-del_account_pl {
	background: url('gfx/pl/del_account.gif');
	border: 0px;
	width: 92px;
	height: 21px;
}

.button-del_account_pl:hover {
	background: url('gfx/pl/del_account-hover.gif');
}

.button-next_pl {
	background: url('gfx/pl/next.gif');
	border: 0px;
	width: 73px;
	height: 21px;
}

.button-next_pl:hover {
	background: url('gfx/pl/next-hover.gif');
}

.button-back_pl {
	background: url('gfx/pl/back.gif');
	border: 0px;
	width: 86px;
	height: 21px;
}

.button-back_pl:hover {
	background: url('gfx/pl/back-hover.gif');
}

.button-select_pl {
	background: url('gfx/pl/select.gif');
	border: 0px;
	width: 86px;
	height: 21px;
}

.button-select_pl:hover {
	background: url('gfx/pl/select-hover.gif');
}

.button-yes_pl {
	background: url('gfx/pl/yes.gif');
	border: 0px;
	width: 34px;
	height: 21px;
}

.button-yes_pl:hover {
	background: url('gfx/pl/yes-hover.gif');
}

.button-no_pl {
	background: url('gfx/pl/no.gif');
	border: 0px;
	width: 34px;
	height: 21px;
}

.button-no_pl:hover {
	background: url('gfx/pl/no-hover.gif');
}
/* ********** */

/* BUTTONY EN */
.button-login_en {
	background: url('gfx/en/login.gif');
	border: 0px;
	width: 73px;
	height: 21px;
}

.button-login_en:hover {
	background: url('gfx/en/login-hover.gif');
}

.button-save_en {
	background: url('gfx/en/save.gif');
	border: 0px;
	width: 73px;
	height: 21px;
}

.button-save_en:hover {
	background: url('gfx/en/save-hover.gif');
}

.button-del_account_en {
	background: url('gfx/en/del_account.gif');
	border: 0px;
	width: 92px;
	height: 21px;
}

.button-del_account_en:hover {
	background: url('gfx/en/del_account-hover.gif');
}

.button-next_en {
	background: url('gfx/en/next.gif');
	border: 0px;
	width: 73px;
	height: 21px;
}

.button-next_en:hover {
	background: url('gfx/en/next-hover.gif');
}

.button-back_en {
	background: url('gfx/en/back.gif');
	border: 0px;
	width: 86px;
	height: 21px;
}

.button-back_en:hover {
	background: url('gfx/en/back-hover.gif');
}

.button-select_en {
	background: url('gfx/en/select.gif');
	border: 0px;
	width: 86px;
	height: 21px;
}

.button-select_en:hover {
	background: url('gfx/en/select-hover.gif');
}

.button-yes_en {
	background: url('gfx/en/yes.gif');
	border: 0px;
	width: 34px;
	height: 21px;
}

.button-yes_en:hover {
	background: url('gfx/en/yes-hover.gif');
}

.button-no_en {
	background: url('gfx/en/no.gif');
	border: 0px;
	width: 34px;
	height: 21px;
}

.button-no_en:hover {
	background: url('gfx/en/no-hover.gif');
}
/* ********** */

.lang_link {
	font-size: 9px;
	text-transform: uppercase;
}

.login_link {
	line-height: 21px;
	font-size: 9px;
	float: left;
}

.bookmark {
	float: left;
}

.bookmark_links {
	float: right;
}

.bottom_links_1 {
	float: right;
}

.bottom_links_2 {
	float: left;
}

.hr {
	border: 1px solid #DBA964;
	margin: 3px 0px;
}

.spec_text {
	font-family: Arial;
	font-weight: bold;
}

.spec_link {
	color: #F00;
}

.big {
	font-size: 14px;
}

.wide {
	line-height: 20px;
}

.info_div {
	border: 1px solid #AAA;
	background: #EEE;
	width: 350px;
	margin: 10px auto 20px auto;
	padding: 20px;
	text-align: center;

	font-family: Verdana;
	font-size: 11px;
	color: #555;
}

.login_div {
	border: 1px solid #AAA;
	background: #E5E5E5;
	width: 250px;
	margin: auto;
	margin-top: 10px;
	padding: 5px;
}

#alt {
	display: none;
	position: fixed;
	_position: absolute;
	_left: expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth - 10);
	_top: expression(document.documentElement.scrollTop + document.documentElement.clientHeight - this.clientHeight - 12);
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	z-index: 1000;

	border: 1px solid #AAA;
	background: #DDD;
	padding: 5px;

	color: #555;
}

.content_div {
	border: 1px solid #CCC;
	background: #EEE;
	padding: 2px;
	text-align: justify;
	margin: 3px 0px;
}

.list_table {
	border: 1px solid #888;
	text-align: center;
	margin: auto;
}

.list_table_td {
	background: #888;
	height: 1px;
}

.form_table {
	text-align: left;
}

.popup {
	background: #FFF;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
