#topLayerCollageOrientations 
{
	width:500px;
	background-image:url(../../images_v2/popup/popup_xl_tiler.gif);
	position:absolute;
	top: 0px;
	left: 0px;
	visibility:hidden;
	z-index: 3;
}

#topLayerCollageSizes 
{
	width:540px;
	height: auto;
	background-color: #fff;
	border: 1px solid #949494;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility:hidden;
	z-index: 3;
}
#topLayerAutoFill {
	width:288px;
	background-image:url(../../images_v2/popup/popup_xl_tiler.gif);
	position: absolute;
	top: 0px;
	left: 0px;
	visibility:hidden;
	z-index: 3;
}

#topLayerAutoFill_content {
	margin:5px;
}

.topLayerAutoFill_row {
	width:484px;
}

.topLayerAutoFill_row p {
	margin:0px 0px 5px 0px;
	font-weight:bold;
	font-size:11px;
	color:#00295F;
}

.topLayerAutoFill_row p.caption {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
	margin:5px 0px 5px 0px;
}

#topLayerAutoFill_row_overflow {
	color:#00295F;
	overflow:auto;
	font-weight:bold;
	font-size:11px;
}

#topLayerAutoFill_row_overflow a {
	color:#CC0000;
}

#bottomLayer {
	top:0px;
	left:0px;
	width:773px;
	height:auto;
	background:url(../../images_v2/popup/bottom_layer_tiler.gif);
	position:absolute;
	visibility:hidden;
	z-index: 2;
}
.bak_popup {
 width: 400px;
 height: auto;
 background-color: #fff;
 border: 1px solid #949494;
 float: left;
}

.popup_header {
 width: 95%;
 margin: 10px;
 padding: 5px;
 font-weight: bold;
 font-size: 11px;
 color: #fff;
 text-align: center;
 background-color: #003399;
 float: left;
}

.popup_content {
 width: 380px;
 padding: 10px;
 text-align: center;
 float: left;
}
.popup_content p {
 padding-bottom: 5px;
}