@charset "UTF-8";

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #F8F8F6;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
/*	color: #666;
	background: #CCC url(/_images/jalerts/title.gif) top repeat-x; */
	background: #A8BD24;
	color: #FFF;
	border: solid 1px #999;
	border-bottom: solid 1px #999;
	border:none;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(/_images/jalerts/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/_images/jalerts/info.gif);
	background: none;
}

#popup_content.confirm {
	background-image: url(/_images/jalerts/important.gif);
}

#popup_content.prompt {
	background-image: url(/_images/jalerts/help.gif);
}

#popup_message {
	padding-left: 48px;
	padding-left: 0px;
	text-align: center;
}

#popup_message a, #popup_message a:visited {
	font-weight: bold;
	color: #027698;
}

#popup_message p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_panel input {
	width: auto;
}

input#popup_ok, input#popup_cancel {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/_icontrol/images/buttons/btn_bkg_yes.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 49px;
	border:none;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	margin:0px 0px 0px 0px;
	line-height: 1em;
}

input#popup_cancel {
	background-image: url(/_icontrol/images/buttons/btn_bkg_no.png);
}

#popup_message p.small {
	text-align: center;
}