#over {
 visibility: hidden;
 position: fixed;
 left: 0px;
 top: 0px;
 width:100%;
 height:100%;
 text-align:center;
 z-index: 1000;
 background-color:#000;
 -moz-opacity: 0.5;
 opacity:.50;
 filter: alpha(opacity=50);
}

.overlay {
 visibility: hidden;
 position: fixed;
 left: 0px;
 top: 0px;
 width:100%;
 height:100%;
 text-align: left;
 z-index: 2000;
}

.overlay .form_container {
 width: 565px;
 margin: 10px auto;
 padding: 2px;
 text-align: left;
 position: relative;
 background: #fff;
}

.overlay .form_container .form_content {
 border: 1px solid #9C9C9C;
 padding: 25px;
 line-height: 21px;
}

.overlay .form_container .form_content h1 {
 font-size: 16px;
 font-weight: bold;
 color: #CC0001;
 text-align: left;
 margin: 0 0 10px 0;
}

.overlay .dodaj_do_przechowalni {
 background: url('../img/gfx/modalwindow/dodaj_do_przechowalni.gif') no-repeat left;
 padding: 0 0 0 30px;
}

.overlay .zapytaj_o_cene {
 background: url('../img/gfx/modalwindow/zapytaj_o_cene.gif') no-repeat left;
 padding: 0 0 0 41px;
}

.overlay .form_2 {
 background: url('../img/gfx/modalwindow/form_2_bg.gif') 50% repeat-y;
 position: relative;
 border: 1px solid #fff;
}

.overlay .left {
 float: left;
 width: 223px;
 padding-right: 32px;
}

.overlay .right {
 float: left;
 padding-left: 32px;
 width: 223px;
}

.overlay .form_content h2 {
 font-size: 16px;
 font-weight: bold;
 color: #202020;
 text-align: left;
}

.overlay .form_container div.lt {
 position: absolute;
 top: 2px;
 left: 2px;
 width: 13px;
 height: 13px;
 background: url('../img/gfx/modalwindow/tl.gif') no-repeat;
}

.overlay .form_container div.lb {
 position: absolute;
 bottom: 2px;
 left: 2px;
 width: 13px;
 height: 13px;
 background: url('../img/gfx/modalwindow/lb.gif') no-repeat;
}

.overlay .form_container div.rb {
 position: absolute;
 bottom: 2px;
 right: 2px;
 width: 13px;
 height: 13px;
 background: url('../img/gfx/modalwindow/rb.gif') no-repeat;
}

.overlay .form_content p {
 font-size: 12px;
 margin: 0 0 10px 0;
 text-align: justify;
 font-weight: normal;
 line-height: 14px;
}

.overlay a {
 color: #cc0001;
 font-size: 12px;
 font-weight: normal;
}

.overlay .close {
 position: absolute;
 right: 2px;
 top: 2px;
 display: block;
 background: #CC0001 url('../img/gfx/modalwindow/close.gif');
 width: 16px;
 height: 16px;
}

.overlay .close span {
 display: none;
}

.overlay #modal_form {
 position: relative;
 padding-bottom: 55px;
}

.overlay .modal_form2_1 {
 padding-bottom: 55px;
}

.overlay .modal_form2_2 {
 padding-bottom: 55px;
}

.overlay fieldset {
 margin: 0;
 padding: 0;
 border: 0;
}

.overlay fieldset legend {
 display: none;
}

.overlay fieldset label {
 display: block;
 font-size: 12px;
}

.overlay fieldset label span {
 font-weight: normal;
}

.overlay fieldset input#email {
 border: 1px solid #A7AFD4;
 text-indent: 2px;
 height: 1.5em;
}

.overlay fieldset select {
 width: 100%;
 border: 1px solid #A7AFD4;
 height: 1.5em;
 text-indent: 2px;
}

.overlay fieldset textarea {
 border: 1px solid #A7AFD4;
 height: 100px;
 width: 100%;
 text-indent: 2px;
 overflow: auto;
}

.overlay .wyslij {
 position: absolute;
 right: -2px;
 bottom: 0;
 font-weight: bold;
 cursor: pointer;
 height: 30px;
 border-top: 1px solid #fff;
 border-right: 1px solid #CC0000;
 border-bottom:  1px solid #CC0000;
 border-left: 1px solid #fff;
 background: #fff;
 margin-top: 20px;
 width: 140px;
 font-size: 12px;
 background: url('../img/gfx/modalwindow/red_arrow.gif') 120px center no-repeat;
}

.overlay .loguj_sie {
 position: absolute;
 left: 86px;
 bottom: 0;
 font-weight: bold;
 cursor: pointer;
 height: 30px;
 border-top: 1px solid #fff;
 border-right: 1px solid #CC0000;
 border-bottom:  1px solid #CC0000;
 border-left: 1px solid #fff;
 background: #fff;
 margin-top: 20px;
 width: 140px;
 font-size: 12px;
 background: url('../img/gfx/modalwindow/red_arrow.gif') 120px center no-repeat;
}

.overlay .zarejestruj_sie {
 position: absolute;
 right: -2px;
 bottom: 0;
 font-weight: bold;
 cursor: pointer;
 height: 30px;
 border-top: 1px solid #fff;
 border-right: 1px solid #CC0000;
 border-bottom:  1px solid #CC0000;
 border-left: 1px solid #fff;
 background: #fff;
 margin-top: 20px;
 width: 140px;
 font-size: 12px;
 background: url('../img/gfx/modalwindow/red_arrow.gif') 120px center no-repeat;
}

.overlay .wyslij:hover {
 color: #CC0000;
}

.overlay .panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}

.overlay .panel.active-tab-body {
	display: block;
}

.overlay input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

.overlay input.required, input.tlo, textarea.required {
	border: 1px solid #A7AFD4;
}

.overlay input.validation-failed, textarea.validation-failed {
	border: 1px solid #A10000 !important;
	color : #A10000;
}

.overlay input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00 !important;
	color : #000;
}

.overlay .validation-advice {
	margin: 2px 0;
	padding: 1px 0 1px 5px;
	background-color: #A10000;
	color : #FFF;
	font-weight: bold;
}

.overlay .custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

.overlay .form-row {
	clear: both;
	padding: 0.5em;
}

.overlay .field-label {

}

.overlay .field-widget {

}

/* newsletter */

.overlay #newsletter_container {
 width: 492px;
 margin: 100px auto;
 text-align: left;
 position: relative;
 background: #fff url('../img/gfx/modalwindow/newsletter_container_bg.gif') no-repeat;
 border-bottom: 1px solid #000;
}

#newsletter_content {
 padding: 210px 0 10px 120px;
 width: 370px;
}

#newsletter_content h1 {
 font-size: 18px;
 
}

#newsletter_content p {
 font-size: 12px;
}

#newsletter_content #newsletter {
 margin-right: 15px;
}

#newsletter_content fieldset label {
 display: block;
 font-size: 12px;
 float: left;
 width: 9em;
 line-height: 19px;
}

#newsletter_content fieldset input#email {
 border: 1px solid #b4b4b4;
 text-indent: 2px;
 height: 18px;
}

#newsletter_content fieldset input#newsletter_ver_pl,
#newsletter_content fieldset input#newsletter_ver_en
{
	margin-left: 0;
}

#newsletter div.submit_cont {
 display: inline;
}

.overlay #newsOk {
 font-weight: bold;
 cursor: pointer;
 height: 22px;
 border-top: 1px solid #F0F0F0;
 border-right: 1px solid #C5C5C5;
 border-bottom:  1px solid #C5C5C5;
 border-left: 1px solid #F0F0F0;
 width: 38px;
 background: #CE0026;
 color: #fff;
 font-size: 16px;
 text-transform: uppercase;
 margin-left: 124px;
}

#newsletter_container #close_black {
 position: absolute;
 right: 5px;
 top: 3px;
 display: block;
 background: url('../img/gfx/modalwindow/close_black.gif') no-repeat;
 width: 12px;
 height: 12px;
}

#newsletter_container #close_black span {
 display: none;
}

.clear {
 clear: both;
}


.message {
	font-size: 12px;
	color: #CC0000;
}

