body#view #wrapper{ background:#FDFCEA; }

/* misc */
.clear{clear:both;}
/* formularz */
#footer-s #flash-kontakt {background:url('../lay-gfx/img-flash-kontakt-mod.jpg') no-repeat; }

form#form-kontakt{
	padding-top:50px;
}
form#form-kontakt label{
	display:none;
}
form#form-kontakt input,form#form-kontakt textarea{
	background-color:#2d2c2c;
	border:0;
	height:20px;
	width:175px;
	color:#868686;
	padding-top:6px;
}
form#form-kontakt textarea#form-kontakt-tresc{
	width: 365px;
	height:60px;
	margin-top:6px;
}

#fileSelector{
	padding:10px 0;
}
#fileSelector #form-kontakt-upload_descriptor{
	width:125px;
	display:block;
	float:left;
}
/* troch� nale�y do formularza, troch� do uploadera */
#form-kontakt-uploadProgress_container{
	width:165px;
	overflow: auto;
	background:#2d2c2c;
	float:left;
	margin-right:10px;	
	line-height:19px;
	padding-left:7px;
	padding-top:7px;
	padding-bottom:7px;

}

#form-kontakt-uploadProgress_container.extended{
	height:auto;
}
#form-kontakt-email,#form-kontakt-firma {margin-bottom:1px}

form #form-kontakt-submit{
	padding:0;
	float:right;
}

/* Uploader */

#spanButtonPlaceHolder {background:url('../lay-gfx/bg-dodaj.jpg') no-repeat;width:43px;height:18px;float:left;}


.progressWrapper {
overflow:hidden;
position:relative;
width:159px;
z-index:1000;
}
.swfupload {top:10px;position:relative;left:10px;cursor:pointer;}

#form-kontakt-submit {top:14px;position:relative;}

.progressContainer {
	margin:0;
	padding: 4px;
	border: solid 1px #2d2c2c;
	background-color: #181717;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 2px #6c2216;
	background-color: #181717;
}
.red .progressName {color:#6c2216 !important;}
/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}
.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 120px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	line-height:14px;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 137px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
	line-height:14px;	
	display:none;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 15px;
	width: 15px;
	background-image: url(../lay-gfx/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -15px 0px;
	float: right;
	
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

/* Podgl�d zg�osze� */
.warning{ color:#E42020; }



ul#enqueries{}
ul#enqueries>li{ list-style:none; border-bottom:1px solid #000000;padding:0 0 10px; }
ul#enqueries>li.highlight{ background:#FFF55E; }

ul#enqueries>li>table.enquiry{}
ul#enqueries>li>table.enquiry td{ border:none; }
ul#enqueries>li>table.enquiry td.label{ font-weight:bold;width:20%;background:#F9F6C8; }
ul#enqueries>li>ul.enquiryAttachments{ margin:0 0 0 15px; }
ul#enqueries>li>ul.enquiryAttachments>li{ list-style:upper-roman; }
ul#enqueries>li>ul.enquiryAttachments>li>a{ font-weight:bold; }
ul#enqueries>li>ul.enquiryAttachments>li>span.filetype{ font-style: italic;color:#999999; }
ul#enqueries>li>ul.enquiryAttachments>li>span.filesize{ }
