/**
POPUP
*/

div#popup_layer {
	position: fixed;
	text-align: center;
	top: 0;
	bottom: 0;
	margin: 0;
	left: 0;
	z-index: 4000;
	width: 100%;
	height: 100% !important;
	background: url(/system/images/black_trans.png) repeat;
	overflow: visible;
}

div#popup_window {
	position: relative;
	margin: 0 auto;
	margin-top:20px;
	background: white;
	border: 1px solid #81302D;
	z-index: 5000;
	min-height: 100px;
	height: 100% auto !important;
	overflow: auto;
}

div#popup_titlebar {
	position: relative;
	height: 25px;
	background-color:#999999;
	float: left;
	z-index: 5000;
}

.popup_layer {
	position: fixed;
	text-align: center;
	top: 0;
	bottom: 0;
	margin: 0;
	left: 0;
	z-index: 4000;
	width: 100%;
	height: 100% !important;
	background: url(/system/images/black_trans.png) repeat;
	overflow: visible;
}

.popup_window {
	position: relative;
	margin: 0 auto;
	margin-top:100px;
	background: white;
	border: 1px solid #81302D;
	z-index: 5000;
	min-height: 100px;
	height: 100% auto !important;
	overflow: visible;
	width: 300px;
	color:#000000;
}

.popup_titlebar {
	position: relative;
	padding: 5px;
	height: 20px;
	background-color:#999999;
	float: left;
	z-index: 5000;
	width: 290px;
	margin-bottom:10px;
}
