.popup_border {
    width: 100%;
 	border: 1px SOLID #CECECE;
 }

.popup_background {
	background: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

/*
 * popup overlay CSS
 */
#overlay{ 
	background-color: #000000;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=40);
	-mox-opacity: 0.4;
	opacity: 0.4;
}

* html #overlay{
	background-color: #000000;
	filter:alpha(opacity=40);
	-mox-opacity: 0.4;
	opacity: 0.4;
}

/** End popup overlay CSS **/