﻿.box 
{
	background-color:Transparent;
    border-width: 2px; 
    border-color: gray; 
    font-size: 10pt; 
    font-family: Tahoma; 
    line-height: 15px; 
    border: 0px solid #A6A6A6;
    width:100%;
    height:590px;
    text-align:center;
}

.caption
{
	background-color: Red; 
	background-repeat: repeat-x; 
	color:White;
	height: 20px; 
	padding-top: 0px; 
	text-align: left; 
	padding-left: 5px; 
	font-weight: bold;
	display : none;
}

.iframe
{
background-color: transparent; 
border: 0;
overflow: hidden;
width:880px;
height:660px;
}

.close
{
	float:right;
}

.button
{
	background: Transparent;
	border:0;
	font-weight:bold;
	color:White;
}

.modalBackground
{
	background-color: black;
    filter: alpha(opacity=75);
    opacity: 0.75;
    height:100%;
}
.progressBox
{
	position:absolute;
	top:0px;
	left:0px;
    width:100%;
    height:100%;
    text-align:center;
    background-repeat:no-repeat;
	background-color: Transparent;
    /*
	background-color: Gray;
	filter: alpha(opacity=70);
    opacity: 0.7;
	*/
}
.popupCloseButton2 { background: url(http://static.smartlivecasino.com/Resources/Images/Casino/popup/closeButton.jpg) no-repeat right center; width: 35px; height: 24px; display: block; position: absolute; right: 7px; top: 5px; }
.popupCloseButton2:active { background-position: left center; }