#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#000;
	-moz-opacity: 0.15;
	opacity:.15;
	filter: alpha(opacity=15);
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 8px solid #858585;
	background-color: #FFFFFF;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #ec9e45;
	color: #FFFFFF;
	font-weight: bold;
	height: 1.6em;
	padding: 5px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popupControls a span {
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -9000px;
	background: url('close.gif') no-repeat;
}

.kommentartop {
        border:0px solid; 
        background-color:#ffead1; 
        padding:1px;
        font-size: 12px;
        font-weight: bold;
        height:14px;
}

.kommentarposttop {
        border:0px solid gray; 
        padding:1px;
        background-color:#efefef;
        font-size: 12px;
        height:14px;
}

.kommentarpost {
        border:0px; 
        padding:1px;
}

.kommentarbutton {

	background: #222;
	border:0px;
	color: #555;
        font-size: 12px;
        height:100%;
        width:100%;
	background: url(../images/button_bg.gif) repeat-x; }
	
.kommentarbutton:hover, .kommentarbutton:focus {
	border: 0px solid #999999;
	background-color: #fbbf79;
	color: #333; 
}


