#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width:400px;
	background: #FFF;
	border: solid 5px #dbdbdb;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 40px;
	color: #333;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0 10px;
	margin: 0em;
}
#popup_ok,#popup_cancel{
padding:0 5px;
	width: 130px;
height: 30px;
line-height: 30px;
text-align: center;
color: #000;
background: #ddd;
display: block;
border:none;
margin:0 auto;
cursor:pointer;
}
#popup_content {
	padding: 20px 15px;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_message {
	text-align:center;
	min-height:50px;
	font-size:13px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}