/* the overlayed element */
div.overlay {
	background: #FFF url('/img/overlay/spacer1.gif');
	width:500px;
	height:420px;		
	display:none;
	padding: 10px 0 0 10px;
	margin: 0;
}

div.overlay div.box {
    background: #FFF;
    border: 2px solid #E4524C;
    width:484px;
	height:368px;
	padding: 0;
	margin: 0;
}

div.overlay div.box_footer {
    clear: both;
	padding: 4px 0 0 2px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url('/img/overlay/close.gif');
	position:absolute;
	right: 14px;
	bottom: 15px;
	cursor:pointer;
	height:25px;
	width:100px;
}

