
#login_box {
	margin: 100px 200px;
	padding: 50px;
	/*border: 1px solid #660000;*/
	
}

#login_table span {
	font: 1.3em Tahoma;
	color: #333333;
}

#login_table td {
	padding: 2px;
	text-align: right;
}

td#przyciski {
	text-align: left;
}
/*
input {
	width: 98px;
	font: 1.1em Tahoma;
	color: #222222;
}
*/
#login, #haslo {
	width: 200px;
	font: 1.3em Tahoma;
	color: #222222;
	border: 2px solid #BBB;
}

#login:focus, #haslo:focus {
	border: 2px solid #888;
}

#error_notice {
	padding: 2px;
	font: 0.9em Tahoma;
	color: beige;
	background: red;
}


/*  ====================== content ========================= */


#login_menu {
	float: left;
	width: 200px;
	margin: 10px 20px;
}

.menu_block {
	border: 1px solid #660000;
	margin: 10px;
}

.login_menu_title {
	background: #660000;
	color: beige;
	font: 1em Tahoma;
	padding: 2px;
}

.login_menu_item a {
	display: block;
	background: #DDDDDD;
	text-decoration: none;
	font: 0.9em Tahoma;
	color: #660000;	
	padding: 5px;
}

.login_menu_item a:hover {
	background: #EEEEEE;
	text-decoration: underline;
}

#login_content {
	text-align: left;
	margin: 0 20px 20px 280px;
}


/*  =======================   newsy ====================  */

.new_subject {
	font: 14px Tahoma;
	/*color: #232323;*/
	color: #151515;
	text-indent: 1%;
	margin: 30px 5px 0 5px;
	clear: right;
	border-top: 1px solid #222222;
}	

.new_subject strong {
	font-weight: bold;
	/*letter-spacing: 0.07em;*/
	letter-spacing: 1px;
}

.new_date {
	text-align: left;
	margin: -1px 5px 5px 15px;
	font: 0.9em Tahoma;
	color: #2e2e2e;
	color: #555555;
}

.new_content {
	text-indent: 2%;
	text-align: justify;
	color: #232323;
	margin-bottom: 15px;
	/*border-bottom: 1px dotted #232323;*/
	padding-bottom: 5px;
	font: 13px Tahoma;
	/*letter-spacing: 1px;*/
}

.new_action {
	text-align: right;
	margin: 5px 15px 0px 210px;
	padding-bottom: 3px;
	font: italic 0.9em Tahoma;
	color: #2e2e2e;
	/*border-bottom: 1px dotted #232323;*/
}

.new_action a {
	text-decoration: none;
	color: #2e2e2e;
}

.new_action a:hover {
	text-decoration: underline;
	color: #660000;
}

.news_koment {
	float: right;
	margin-bottom: 20px;
	margin-left: 7px;
	padding-left: 7px;
	max-width: 300px;
	border-left: 1px dotted #333333;
}

.news_admin input {
	margin: 8px 3px 0 3px;
}

input.buttons {
	background: #F0F0EE;
	margin: 5px 10px 5px 0;
	/* font: 1em Tahoma; */
	color: #222222;
	width: 100px;
	border: 1px solid #BBBBBB;
	padding: 3px;
}



#admin_firma table span, #admin_dzialy table span {
	width: 200px;
	font: 1.3em Tahoma;
	color: #333333;
}

#admin_firma .info, #admin_dzialy .info {
	background: #660000;
	padding: 0px 5px;
	color: #FFF;
	font: 1em Georgia;
	cursor: hand;
}

#admin_firma table input, #admin_dzialy table input {
	width: 300px;
	font: 1.3em Tahoma;
	color: #777;
	border: 2px solid #BBB;
}

#admin_firma .button, #admin_dzialy .button {
	width: 120px;
	font-size: 14px;
	margin-right: 5px;
	color: #222;
}









