#transparent {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:10000px;
	background-color:#000000;
	opacity:0.4;
	filter:alpha(opacity=40);
	z-index:1000;
}

#mainPopup{
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	left:35%;
	position:absolute;
	top:25%;
	z-index:1001;
	padding-bottom: 30px;
}

#popup{
	margin:0px auto;
	position:absolute;
	width:400px;
}

#popupContent, #popupMessage{
	width: 500px; //500px;
}

#popupContent{
	clear:both;
	text-align:left;
	font-size:11px;
	padding-top: 15px;
}

#popupClose{    
	background-image: url(../../../../images/popup/close.png);
	background-repeat: no-repeat; 
	width:15px;
	height:15px;
	cursor:pointer;
	position:absolute;
	top:5px;
	right:10px;
}

.buttonPopup a, .buttonPopupCenter a {
    display:block;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:Verdana, sans-serif;
    font-size:100%;
    text-align: center;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#666666;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    width:154px;
    margin-left:50px;
}

.buttonPopup a {
    float:left; 
}


#popupHeader {
	width: 100%;
	height: 10%;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}

#popupHeader p {
	text-align: center;
	font-size: 10pt;
	padding-bottom: 5px;
}

#popupBody {
	text-align: center;
	color: red;
	width: 100%;
	padding-bottom: 15px;
}

.popupInfoBody {
	border-top: 1px solid #dedede;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.popupInfoBody a {
	color:black;
	font-size:11px;
}

.popupInfoBody h3 {
	padding-bottom: 5px;	
}

.popupInfoBody table {
	align: center;
	
}

#popupButtons {
	text-align: center;
}

