/* @override http://lappy586.local:3207/stylesheets/lightbox.css */

#overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:500;   
	background-color: #202830;
	-moz-opacity: 0.8;
	opacity:.8;
	filter: alpha(opacity=80);
}
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}
#close{
    display: none;
}

#lightbox_dialog {
	background: #fcfcfc;
	overflow: auto;
	padding: 0px;
	border: 4px solid #fff;
	-webkit-border-radius: 8px;
	width: 480px;
}

#lightbox_dialog .titlebar {
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
	position: relative;
}

#lightbox_dialog .titlebar #lb_close {
	float: right;
	position: absolute;
	right: 5px;
	top: 8px;
	background: url(../images/icons/stockholm/close.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	outline: none;
}

#lightbox_dialog .titlebar h2 {
	font-weight: normal;
	color: #666;
	padding: 8px 10px;
	margin: 0;
	font-size: 16px;
}

#lightbox_dialog .content {
	padding: 0px 0 10px;
}

#lightbox_dialog fieldset {
	background: #e5e5e5;
}

#lightbox_dialog form div.action {
	background: transparent;
	border-top: 1px solid #d4d4d4;
	padding-bottom: 0;
	padding-top: 8px;
	text-align: center;
	-webkit-border-radius: 0;
}