﻿.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 10px 20px 20px;
}

.popup .footer_message { margin-left: 142px }
.popup td, .popup th { padding: 0 0 10px; vertical-align: top }
.popup td { vertical-align: top}
.popup td select { margin-right: 3px; margin-bottom: 5px; border: 1px solid #aeafb2; color: #000 }
.popup table.form { margin-bottom: 15px }
.popup table.form tr th { padding-bottom: 5px !important }
.popup a.webbutton { margin-top: 10px }
.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;
}

.tellFriend { width:700px; margin-left: -350px }
.tellFriend td { min-width: 120px; vertical-align: middle }
.tellFriend td input[type="text"] { border: 1px solid #aeafb2; height: 22px; margin-right: 10px; width: 170px }
