#popup_container, #popup_container1 {
	width:300px;
	padding:10px;
	background-color:#fff;
	border:1px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:1000;
}
#popup_title {
//	background-image:url('../images/jalert_logo.png');
	background-repeat:no-repeat;
	width:100%;
	height:1px;
	margin-top:5px;
	margin-left:10px;
}

#popup_content {
	text-align:center;
	font-size:12px;
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_message {
}

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

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

#popup_cancel{width:59px; height:19px; font-weight:bold; font-size:9px; color:#ffffff;
                        text-transform:uppercase; display:block; float:right; cursor:pointer;background-color:#0883af}
#popup_ok{width:59px; height:19px; font-weight:bold; font-size:9px; color:#ffffff;
                        text-transform:uppercase; display:block; float:right; cursor:pointer;margin-bottom:10px;background-color:#0883af}