﻿div.popup
{
	position:absolute;
	top:100px;
	left:100px;
	z-index:10000;
	width:700px;
	display:none;
}

div.popup-inner
{
	background:url(/App_Themes/Centerpartiet/PopupBG.png) 0px 0px repeat;
	border:1px solid #bac9a0;
	cursor:move;
	padding:9px;
}

div.popup .popup-bottom
{
	height:6px;
	width:100%;
	overflow:hidden;
	background:url(/App_Themes/Centerpartiet/PopupBottomShadow.png) 0px 0px repeat-x;
}

div.popup .popup-content
{
	border:1px solid #bac9a0;
	background:#f1f7e8;
	cursor:default;
	padding:9px;
}

div.popup .header
{
	font-size:24px;
	font-weight:normal;
	padding:6px 10px 0px 0px;
	float:left;
}

div.popup a.close
{
	display:block;
	float:right;
	width:29px;
	height:29px;
	background:url(/App_Themes/Centerpartiet/Close.png) 0px 0px no-repeat;
	overflow:hidden;
	text-indent:30px;
	cursor:pointer;
	margin:0px 0 9px 9px;
}

div.popup a.close:hover {
	border: 0;
}

.wrapper:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

h2 {
color:#415815;
font:1.9em/29px 'Trebuchet MS';
margin:0;
word-spacing:-2px;
}

a {
color:#BF1276;
text-decoration:none;
}

.wrapper {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .wrapper {height: 1px;}
.wrapper {display: block;}
/* End hide from IE5/Mac */