/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    position: fixed;
    top: 8%;
    left: 50%;
    margin-left: -250px;
    width: 505px;
	 height: 505px;
	 background-repeat: no-repeat;
    color: #fff;
	 background-position: center;
}

.aa { background-image: url('images/swieta_bg.jpg'); }
.aa2 { background-image: url('images/swieta_bg_2.jpg'); }

.jqmClose {
	float: right;
	padding: 5px 5px 0 0;
	}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div#linkdiv { 
	position: absolute;
	top: 171px!important;
	top: 170px;
	left:54px!important;
	left: 54px;
	width: 240px;
	height: 40px;
	background-image: url('images/swieta_tab1.gif');
	background-repeat: no-repeat;
}

#tab1 {
	width: 120px;
	height: 40px;
	outline: none;
	}
#tab2 {
	width: 120px;
	height: 40px;
	left: 119px;
	outline: none;
	}
.tabb {
	display: block;
	position: absolute;	
	}
.bg2 {
	background-image: url('images/swieta_tab2.gif');
	}
.ttar { text-align: right; width: 50%; }
#domap { display: block; width: 170px; height: 36px; margin: 10px auto; outline: none; }


