body, html {
	height	: 100%;
}

.popup {
	border: 1px solid #bebebe;
	background-color: #f7f3ef;
}

.mt_title {
	text-decoration	: none;
	display			: block;
	padding			: 4px;
	color			: #000 !important;
	font-weight		: bold;
	font-size		: 11px;
	padding-left	: 10px;
}

.menu_titlepop {
	height				: 23px;
	background-color	: #7ea473;
	cursor				: move;	
}

* html .menu_titlepop {
	width	: 105%;
}


.popup_body {
	padding			: 4px;
	padding-left	: 10px;
	padding-right	: 10px;
}

.buttonbar img {
	border: 0px;
}

.alertButton {
	background	: #FFFFFF;
	border		: 1px solid #cccccc;
	margin		: 2px;
	cursor		: pointer;
}

.contentFrame {
	border-left	: 1px solid #94999c;
	border-right	: 1px solid #94999c;
	border-bottom	: 1px solid #94999c;
	border-color: #94999c;
	background-color	: #eeeade;
	-moz-border-radius-topleft	: 6px;
	-moz-border-radius-topright	: 6px;
}
