#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
z-index:999;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:420px;
background:#FFFFFF;
z-index:1000;
padding: 20px 40px 20px 20px;
font-size:13px;
}
#popupContactClose{
background: url("http://www.ostersjopositionen.se/wp-content/themes/op/js/close.png") no-repeat;
behavior: url("http://www.ostersjopositionen.se/wp-content/themes/op/js/iepngfix.htc");
width: 32px;
height: 32px;
right:-18px;
top:-14px;
position:absolute;
display:block;
cursor: hand;
cursor: pointer;
}

#popupContact h1{
	font: bold 2.3em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
	color: #323232;
	margin-bottom:3px;
}

#textPop{
	color: #212121;
	font:1.2em/1.4em Georgia,"Times New Roman",Times,serif;
}
#linkBaltic{
	color: #2b2b2b;
	display: block;
	width: 250px;
	height: 32px;
	background: url("http://www.ostersjopositionen.se/wp-content/themes/op/js/button.gif") no-repeat;
	text-align: left;
	overflow: hidden;
	margin-top: 20px;
	padding-left: 25px;
	font: bold 1.1em/2.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#linkBaltic:hover{ background-position: left -32px ; }

