#popup_container {
        background:url("../../ui/alert-bg.gif") repeat #fff !important;
	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 3px #000;
	color: #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
        height: 160px;
}

#popup_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	color: #fff;
	cursor: default;
	margin: 10px;
        -moz-border-radius: 5px 0px 5px 0px;
	-webkit-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 5px 0px;
}

#popup_content {
	
	margin: 13px 20px;
        border-top:1px solid #fff;
        padding:13px 0;
        padding-bottom: 0;
        margin-bottom: 0;
}

#popup_content.alert {
	
}

#popup_content.confirm {
	background-image: url(../images/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
	text-align: center;
        color:#F8B025;
}

#popup_panel {
	text-align: center;
	margin: 20px 0 0 0;
        background:url("../../ui/alert-logo.png") repeat-x;
}

#popup_panel input {
	text-align: center;
	margin:0;
        background:#040286;
        border:0;
        color:#fff;
        font-weight: bold;
        font-size:18px;
        padding:5px;
        border:1px solid #6601cb;
        -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
        cursor:pointer;
}

#popup_prompt {
	margin: .5em 0em;
}
