.info_div {
	border: 1px solid #AAA;
	background: #EEE;
	width: 350px;
	margin: auto;
	margin-bottom: 20px;
	padding: 20px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #555;
	text-align: center;
}

.hr {
	border: 1px solid #BBB;
	margin: 5px 0px;
}

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

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

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

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

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

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

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

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

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

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

.simple_input {
	border: 1px solid #777;
	background: #CCC;
	width: 100px;
	height: 16px;
	color: #777;
}

.simple_button {
	border: 1px solid #777;
	background: #CCC;
	height: 18px;
	font-size: 12px;
	color: #777;
}

.input_div {
	background: url('input.php?i=input&w=156&h=22');
	width: 150px;
	height: 18px;
	padding: 2px 3px;
}

.textarea_div {
	background: url('input.php?i=input&w=406&h=256');
	width: 400px;
	height: 250px;
	padding: 3px 3px;
}

.input {
	border: 0px;
	width: 150px;
	height: 17px;
	padding-top: 1px;
}

.input2 {
	border: 0px;
	background: url('input.php?i=input&w=153&h=19');
	width: 150px;
	height: 16px;
	padding: 1px;
	padding-right: 2px;
	padding-top: 2px;
	font-size: 11px;
	font-family: Verdana;
}

.input_title2 {
	text-align: right;
	padding-right: 10px;
}

.select {
	border: 0px;
	width: 150px;
	height: 17px;
	padding-top: 1px;
}

.checkbox {
	margin-top: 2px;
}

.textarea {
	border: 0px;
	width: 400px;
	height: 250px;
	overflow: auto;
	font-size: 11px;
}

.spec_textarea {
	border: 0px;
	width: 400px;
	height: 250px;
	overflow: auto;
	font-size: 11px;
	color: #F00;
}

.alt_div {
	background: #DDD;
	border: 1px solid #AAA;
	padding: 5px;
	color: #555;
	position: absolute;
	cursor: pointer;
}