#popup_container {
	
	font-size: 16px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #fff;
	border: solid 1px #ddd;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 2px;
	width:400px !important;
}

#popup_title {
	font-size: 20px;
	text-align: left;
	line-height: 1.75em;
	color: #000;
	background: #eee;
	border-bottom: solid 1px #ddd;
	cursor: default;
	padding: 3px;
	margin: 0em;
	padding-left: 20px;
}

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

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

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

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

#popup_content.prompt {
	background-image: url(images/help.gif);
}
#popup_content.loading {
	background-image: url(images/ajax-loader.gif);
}
#popup_message {
	padding-left: 30px;
	margin-top:3px
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
	padding-top:20px;
	border-top:1px solid #ddd
}

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

.button_jsalert{cursor:pointer;background:#03689A;border:0 !important;padding:12px;margin-right:6px;width:48%;color:#fff;text-transform:uppercase}
.button_jsalert:hover{background:#054766}