#popup_container {
	font-size: 14px;
	min-width: 150px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #900e1d;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 7px;
	font-size: 12px;
    font-family: century_gothic, Sans-Serif;
    /* background-image: url(/images/warning_icon.png);*/
    background: white;
    background-repeat: no-repeat;
    background-position: right top;
}

.dark_popup_overlay
{
    background: black !important;
    opacity: 0.8 !important;
}

#popup_title 
{
    font-family: "AvenirNextLTPro-BoldCn";
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 1.7;
	color: #900e1d;
	border-bottom: solid 1px #888;
	cursor: default;
	margin: 0 80px 0 20px;
	padding-top: 10px;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
	/*padding-right: 80px;*/
}

#popup_message 
{
    text-align: left;
}

#popup_panel {
	text-align: center;
	margin: 0em;
    margin-top: 1em;
}

#popup_ok {
    display: block;
    width: 100%;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_container.buy {
    background-image: url(/images/buy_icon.png);
    background-repeat: no-repeat;
    background-position: right top;
}

#popup_container.ok {
    background-image: url(/images/ok_icon.png);
    background-repeat: no-repeat;
    background-position: right top;
}


#popup_container.info {
    background-image: url(/images/info_icon.png);
    background-repeat: no-repeat;
    background-position: right top;
}