#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*min-width: 300px;*/ /* Dialog will be no smaller than this */
	/*max-width: 600px;*/ /* Dialog will wrap after this width */
	/*background: #FFF;*/
/*	border: solid 5px #999;*/
	color: #000;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

#popup_title {
/*
    font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
*/
}

#popup_content {
/*	background: 16px 16px no-repeat url(images/info.gif);*/
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
/*	background-image: url(images/important.gif);*/
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
    margin: 2em 3em 0;
}

#popup_panel {
	text-align: center;
	margin: 2em 0em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_panel input {
    background:transparent url(/images/bg_but.gif) repeat-x scroll left top;
    border-color:#FFFFFF #989898 #989898 #FFFFFF;
    border-style:solid;
    border-width:1px;
    display:inline;
    height:22px;
    margin:0 auto;
    text-align:center;
    width:75px;
}



/* popup with background: #fff; */
.framed, .framed .f_r, .framed .f_b, .framed .f_l, .framed .f_c {
	float: left !important;
	position: relative; z-index: 1000;
	width: auto !important; height: auto !important;
	margin: 0 !important; padding: 0 !important;
}
.framed .f_tt, .framed .f_rr, .framed .f_bb, .framed .f_ll {display: none;}
.framed {
	margin: 0 30px 15px 0 !important;
	background: url(/images/hint-t.png) no-repeat left top;
	_background: none;
	position: relative; z-index: 1100;
}
.framed .f_r {
	left: 30px;
	background: url(/images/hint-r.png) no-repeat right top;
	_background: none;
}
.framed .f_b {
	top: 30px;
	background: url(/images/hint-b.png) no-repeat right bottom;
	_background: none;
}
.framed .f_c {
	float: none !important;
	position: relative;
	left: 30px; top: -15px;
	padding: 1px 0 !important; margin: 0 30px 0 0 !important;
	background: #ffffff;
}
.framed .f_l {
	left: -30px;
	padding: 15px 0 !important;
	background: url(/images/hint-l.png) no-repeat left bottom;
	_background: none;
}
* html .framed {
	border: 5px solid #a8a8a8;
}
* html .framed .f_c {
	margin: 0 !important;
	padding: 0 15px 15px 0 !important;
	top: 0 !important;
	left: 0 !important;
}
* html .framed .f_r, * html .framed .f_b, * html .framed .f_l {
	background: #ffffff;
	margin: 0 !important;
	padding: 0 !important;
	top: 0 !important;
	left: 0 !important;
}
* html .framed .f_tt,
* html .framed .f_rr,
* html .framed .f_bb,
* html .framed .f_bb *,
* html .framed .f_ll,
* html .framed .f_ll *
{
	height: 0 !important;
	width: 0 !important;
	overflow: hidden;
}

.framed .close {
    float:right;
    margin:0 !important;
    padding:0 !important;
    position:relative;
    text-align:right;
    width:11px;
    z-index:60;
    cursor: pointer;
}

.framed h5 {
    color:#E1111F;
    font-family:Arial;
    font-size:11pt;
    font-style:normal;
    font-weight:bold;
    margin:25px 0;
    padding:0;
}
