.popupContainer {
	/*border: 1px solid #333;*/
	position: absolute;
	z-index: 5000;
	height: 400px;
	width: 500px;
	left: 100px;
	top: 100px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	opacity: 1;
	
	border : 8px solid #ccc; 
	-moz-border-radius : 8px; 
	-webkit-border-radius : 8px; 
	border-radius : 8px; 
	
	-webkit-box-shadow:  0px 0px 10px 3px rgba(0, 0, 0, 0.3);        
     box-shadow:  0px 0px 10px 3px rgba(0, 0, 0, 0.3);
}

.popupContainer .popupClose{
	display:block;
    float:right;
    width:24px;
    height:24px;
    background:url(../images/popups-close.png) no-repeat center center;
    z-index : 100;
    position : relative;
    top : -16px;
    left : 16px;
}

.popupContainer .popupContent iframe{
	border : none; 
	margin : 0px; 
	padding : 0px; 
	display : none; 
	position : relative; 
	top : -24px;
}
