﻿.outer_table
{
	width:100%;
	height:100%;	
	position:absolute;
	top:0px; left:0px;	
	z-index:1000;
}

.outer_table div.master
{
	background:url(../images/popupTileBrown.gif) repeat;	
}

div.master .bg_blue { background:url(../images/popupTile.gif) repeat; }
div.master .bg_brown { background:url(../images/popupTileBrown.gif) repeat; }

div.master .footer { width:100%; height:6px; position:relative; }
div.master .content { background:url(../images/popupTileBrown.gif) repeat;position:relative;}

#divClose
{
	position:relative;  padding-left: 4px; padding-right:7px;
} 

#divClose a 
{
	position:relative; top:-3px;
	text-decoration:none;
}

#divClose img
{
	position:relative; top:1px;
	text-decoration:none;
}



