#popup_container {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 400px; /* Dialog will wrap after this width */
	background: #ddd;
	border-bottom: solid 1px #FFF;
	color: #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#popup_title {
	font-size: 13px;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	background: #000 top repeat-x;
	border: solid 1px #FFF;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	
}

#popup_content.confirm {
	
}

#popup_content.prompt {
	
}

#popup_message {
	padding-left: 48px;
}

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

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

#popup_ok {
	font-size:12px;
	border:1px solid #185483;
	color:#fff;	
	font-weight:bold;
	background-color:red;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 2px;
	height:26px;
}