#popup_container {

	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 #A33300;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_panel #popup_ok{    
    background: url("/img/submit-btn2.png") repeat-x scroll 0 0 #C86105;
    padding: 0 20px 2px;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    font: bold 14px Arial,Helvetica,sans-serif;
    height: 35px;
    position: relative;
    text-shadow: 0 1px 0 rgba(65, 0, 0, 0.5);
    margin-bottom: 10px;
}
#popup_panel #popup_ok:hover{
    background-position: 0 100%;
}
#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 2.15em;
        border: #ffc48f solid 1px;
	color: #FFF;
	background: #CCC url(/js/alert/images/title.jpg) top repeat-x;	
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(/js/alert/images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/js/alert/images/info.gif);
}

#popup_content.confirm {
	background-image: url(/js/alert/images/important.gif);
}

#popup_content.prompt {
	background-image: url(/js/alert/images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}