﻿.popupbackground {
    height:100%;
    width:100%;
    position:fixed;
	background-color:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
	overflow:hidden;
	left:0;
	top:0;
	z-index:91;
}
.popup
{
    position:fixed;
    top:20%;
    left:50%;
    margin-left: -250px;
	width:500px;
	border: 1px solid #555;
	overflow: hidden;
	z-index:92;
	background-color: white;
	
}
.popup .title
{
    height: 15px;
	background-color: white;
	background-image: url('images/popup_title_shadow.jpg');
	background-repeat:no-repeat;
	padding-left:15px;
	font-weight:bold;
	overflow:hidden;
	color:#fff;
	height: 23px;
	position: relative;
	cursor:pointer;
}
.popup .title span
{
	padding:5px;
    text-transform: uppercase;
    display:block;
    text-align:right;
	float:left;
	width: 135px;
}
.popup .title a.close
{
	float:right;
	font-size:10px;
	background-image: url('images/close.jpg');
	background-repeat:no-repeat;
	background-position: right;
	width:23px;
	height:23px;
	display:block;
	text-indent: -9999px;
	padding:0 !important;
	margin:0 !important;
	z-index:93px;
	
}
.popup .content
{
	padding: 20px;
	padding-left: 0;
	padding-bottom: 0;
}
.popup .footer
{
    height: 15px;
	background-color: white;
	background-image: url('images/popup_title_shadow.jpg');
	background-repeat:no-repeat;
	background-position: -164px;
	margin-left: 164px;
	padding-left:15px;
	font-weight:bold;
	overflow:hidden;
	color:#fff;
	height: 23px;
}