.ramkafrom {
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 200px;
	background: #f4f4f4;
}
.formularz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 8px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	width: 190px;
}
.lmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 40px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
}

.lmenuselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 40px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../gfx/leftstrzalka.gif);
	background-position: right center;
	float: right;
	background-repeat: no-repeat;
	width: 200px;
}

.lmenuselect2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 40px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../gfx/leftstrzalka.gif);
	background-position: right center;
	float: right;
	background-repeat: no-repeat;
	width: 150px;
}

.ramkainfmenu {
	width: 250px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-bottom: 40px;
	background-image: url(../gfx/tloinf.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #F0F0F0;
}
.ramkalmenuilosc {
	background-color: #00CCFF;
}

.ramkainf {
	width: 220px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.kreska {
	padding-top: 8px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 30px;
	text-align: center;
	font-weight: bold;
	color: #415F7E;
}
.rightsrodek {
	text-align: right;
}
.txt18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding-bottom: 10px;
	text-align: justify;
	width: 550px;
}
.ldown {
	float: left;
	width: 200px;
}


/*AJAX*/


.hide{
	display: none;
}	

.ajax {
	text-align: center;
	height: 480px;
	background-image: url(../gfx/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #333333;
	padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.ajaxok {
	text-align: center;
	height: 480px;
	background-image: url(../gfx/ok.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #333333;
	padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

