div{
	/*border: 1px solid; test*/
}
body{
	font-size:14px;
	font-family: Arial,Helvetica,sans-serif;
}
div.logo{
	overflow:auto;
}
div.menu{
	margin-top: 4px;
}
div.panel{
    display: flex;
	margin-top: 4px;
}
div.zawartosc{
    width: 75%;
	border: 1px solid #dedede;
}
div.prawa{
    flex: 1;
	margin: 0 auto;
	text-align: center;
}
img.prawaimg{
	width:50%;
}
img.logoimg{
	width:15%;
	float:right;
}
img.logoimglewa{
	width:9%;
	float:left;

}
img.pytajnik{
	margin-left:5px;
	
}
p{
	padding-left: 10px;
	margin-bottom: 20px;
	font-family: Arial,Helvetica,sans-serif;
}
p.cena-razem{
	padding-left: 0;
	margin-bottom: 0;	
	margin-top: 0;
	font-size: 18px;
	font-weight:bold;
}
h1{
	font-size:24px;
	padding-left: 6px;
	border-bottom: 1px solid #dedede;
}
.osw{
	font-size:10px;
	margin-bottom:0;
}
label{
	font-size:12px;
}
fieldset{
	border: 1px solid #dedede;	
	margin-bottom: 20px;	
}
legend{
	font-size:12px;
}
ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li.menu {
    float: left;
	
}

li.menu a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li.menu a:hover {
    background-color: #111;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}
.wymagane {
	color:red;
	font-weight:bold;
}

/*--------------------------alerty------------------------------------------------------*/
.alert-box {
	color:#555;
	border-radius:10px;
	font-family:Tahoma,Geneva,Arial,sans-serif;
	font-size:11px;
	padding:10px 36px;
	margin:10px;
}
.alert-box span{
	font-weight:bold;
	text-transform:uppercase;
}
.error {
	background:#ffecec url('img/error.png') no-repeat 10px 50%;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('img/success.png') no-repeat 10px 50%;
	border:1px solid #a6ca8a;
}
.warning {
	background:#fff8c4 url('img/warning.png') no-repeat 10px 50%;
	border:1px solid #f2c779;
}
.notice {
	background:#e3f7fc url('img/notice.png') no-repeat 10px 50%;
	border:1px solid #8ed9f6;
}
/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
/*	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	/*background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
/*	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
