
/*POPUP style*/
a {  
	cursor: pointer;  
} 

#backgroundPopup{  
	display:none;
	position: fixed;
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	opacity: 0.7;
	filter: alpha(opacity = 70);
	z-index:9001;  
} 

/* formularz zaczyna sie tu */
#popup {
	display:none;  
	_position:absolute; /* hack for internet explorer 6*/  
	z-index:9002;
	width: 372px;
}
div.popup_srodek { 
	overflow: hidden; 
}
.popup_srodek form p a, .popup_srodek form p a:visited {
    color: #018db9;
    text-decoration: underline;
}
.popup_srodek form p a:hover, .popup_srodek form p a:active {
    color: #018db9;
    text-decoration: none;
}
#popup form p {
    padding-left: 0px;
    margin-bottom: 3px;
}
#popup form p.smaller {
    font-size: 12px;
}
#popup form input {
    margin-bottom: 14px;
}

.popup_container {
	text-align:left;
	width:372px;
	margin:0px auto;
    	margin-left: 0px;
	margin-top:37px; /* styk z gora */
	background:transparent url(../images/popup_ramka_bg.png) left top repeat-y;
}

.popup_masthead {
	background:transparent url(../images/popup_ramka_top.png) left top no-repeat;
	height:37px;
	padding:14px 0 0 32px;
	position:relative;
	top:-37px; /* styk gory z body bg */
	line-height:1em;
    color: #FFFFFF;
}

#popup_close{
    position: absolute; margin-top: -38px; margin-left: 294px;
}

.popup_srodek {
   width:313px; /*center hack*/
   margin-left:32px; /*center hack*/
   margin-top: -37px;
   padding-bottom: 0px;
   overflow: auto;
}

.popup_zakonczenie {
	line-height:1.2em;
	text-align:left;
	width:372px;
    height: 21px;
	clear:both;
	padding:0px 0px 0 0;
	margin:0px auto;
    margin-left: 0px;
    margin-bottom: 28px;
	background:transparent url(../images/popup_ramka_bottom.png) left top no-repeat;
	font-size:0.8em;
}

div#popup input.krowa {
    width:285px; /*310px*/
    margin-bottom: 7px;
    padding-left: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 0px;
    border: 1px solid #bcbbbb;
    background-image: url(../images/sign_up_form_input_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#popup input.image {
    margin-left: 12px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#popup p.smaller_top {
    font-size: 12px;
    line-height: 12px;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 20px;
}
#popup p.smaller {
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
    margin-top: 10px;
}
#popup .s_left {
    float: left; display: inline; width: 13px; margin-top: 10px; margin-left: 0px;
}

#popup .s_right {
    float: right; display: inline; width: 284px; margin-right: 5px;
}
#popup .send_right {
    width: 89px;
    margin-left: 136px;
}
div.ok {
    text-align: center;
    margin: 0 auto;
    margin-left: -10px;
}


/* formularz konczy sie tu */

/*POPUP style end*/

