/*JQUERY-ALERT */
#popup_container {
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 2px #28a;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
#popup_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75em;
	color: #fff;
	background: #28a;
	cursor: default;
	padding: 0em;
	margin: 0em;
	padding-left:10px;
	text-shadow:none;
}
#popup_content {
	background: 16px 16px no-repeat;
	background-image: url(/Mods/jalert/info.png);
	padding: 0.5em 1.65em;
	margin: 0em;
	margin-bottom:15px;
}
#popup_content button {margin-right:10px; }
#popup_content.alert {background-image: url(/Mods/jalert/exclamation.png);}
#popup_content.confirm {background-image: url(/Mods/jalert/question.png);}
#popup_content.confirmselect {background-image: url(/Mods/jalert/comments.png);}
#popup_content.prompt {background-image: url(/Mods/jalert/comments.png);}
#popup_message {padding-left: 48px; }
#popup_panel {text-align: center; margin: 1em 0em 0em 1em;}
#popup_prompt {margin: .5em 0em;}