﻿.popupbgdiv { background-image:url(../images/popupbg.png); background-repeat:repeat;z-index:898; }
.popup { width:800px;height:500px; background-color:#333; }
.popup
{
	scrollbar-face-color:#4E4E4E;
	scrollbar-arrow-color:#EC008C;
	scrollbar-track-color:#CCCCCC;
	scrollbar-shadow-color:rgb(0,0,0);
	scrollbar-highlight-color:rgb(0,0,0);
	scrollbar-3dlight-color:#808080;
	scrollbar-darkshadow-color:#202020;	
}

.popupclose { text-transform: uppercase; text-align: right; background: #3D3D3D; font-size: 10px; z-index:900;}
.popupclose a { color: #A0A0A0; cursor:pointer; cursor:hand; }
.popupclose a:hover { color: #EC008C; cursor:pointer; cursor:hand; }
.popupclose img { margin-bottom: -2px; margin-right:5px; cursor:pointer; cursor:hand; padding-top:5px; }

.popupheader { background-color: #3D3D3D; text-align:right; }
.popuptext {padding:10px;padding-right: 26px;z-index:899; margin:0px;}
/* Commented backslash hack \*/
.popuptext {padding-right: 10px;}
/* End hack */