﻿.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:2001;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
}
 
.white_content {
    display: none;
    position: absolute;
    /*top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;*/
    text-align: center;
    font-size: medium;
    padding: 16px;
    border: 16px solid #ff6600;
    background-color: white;
    /*-moz-opacity: 0.80;
    opacity:.80;
    filter: alpha(opacity=80);*/
    z-index:2002;
    overflow: auto;
    display:-moz-inline-stack;
	display:inline-block;
	    
    top: 153px;
	left: 25%;
    width: 50%; 
    min-width: 400px;
    height: 300px;
    
    /*top: 153px; 
    left: 569px; 
    width: 454px; 
    height: 482px;*/
    
    /*top: 180px;
    left: 596px;
    width: 400px;
    height: 300px;*/
}

.guestwatch 
{
	padding-right: 20px;
}
