#popup_overlay {
    position: absolute;
    z-index: 100008;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7
}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 1em;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 650px; /* Dialog will wrap after this width */
	background-color: #f9f9f9;
	border: solid 3px #739AD1;
	color: #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    z-index: 100009;
}

#popup_title {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFFFFF;
/*	background: #739AD1 url(/images/_/alerts/title.gif) top repeat-x;   */
	background-color: #739AD1;
	border: solid 1px #739AD1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_title span{
    padding-left: 15px;
}

#popup_close {
    float: right;
    width: 16px;
    height: 16px;
/*    background: transparent url(/images/_/control_remove.png) no-repeat;  */
    background: transparent url(/images/_/cross_icon.png) no-repeat;  
    margin: 7px 10px;
    cursor: pointer;
}

#popup_content {
	background: transparent url("/images/_/alerts/warning.png") 5% 20% no-repeat;
	padding: 1em 2em 1em 5em;
	margin: 0em;
}

/*
#popup_content.alert {
	background-image: url(/images/_/alerts/info.gif);
}

#popup_content.confirm {
	background-image: url(/images/_/alerts/important.gif);
}

#popup_content.prompt {
	background-image: url(/images/_/alerts/help.gif);
}
*/

#popup_message {
	padding-left: 15px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1.3em;
	display: table-row;
}

#popup_panel.alert {
    margin: 1em 0em 0em 12em;
}


#popup_prompt {
	margin: .5em 0em;
}

#popup_ok, #popup_cancel {
    cursor: pointer;
}

#popup_ok {
background: url("/images/_/btn_ok_blue.png") no-repeat scroll 0 0 transparent;
float: left;
height: 32px;
position: relative;
width: 108px;
margin: 1.5em 1.5em 1em 1em;
}

#popup_ok:hover {
background-position: 0px -32px; 
}

#popup_cancel {
background: url("/images/_/btn_cancel.png") no-repeat scroll 0 0 transparent;
float: left;
height: 32px;
position: relative;
width: 119px;
margin: 1.5em 1.5em 1em;
}

#popup_cancel:hover {
background-position: 0px -32px; 
}

/*
#popup_ok, #popup_cancel {
    margin: .5em;
    cursor: pointer;
    min-height: 2em;
    min-width: 5em;
color: #fff;
cursor: pointer;
font-size: 1.1em;
border-radius: 3px;
opacity:0.7;
}

#popup_ok {
background-color: #a3c951;
}

#popup_cancel {
background-color: #E8552C;
}

#popup_ok:hover, #popup_cancel:hover {
border-color: #dadada #ccc #ccc #dadada;
border-width: 3px;
opacity:1.0;
font-weight: 600;
}

*/
