#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: #FFF;
	border: solid 1px #999;
	color: #000;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

/************  Base title styles *****************/
#popup_title, #popup_title.alert, #popup_title.error, #popup_title.success, #popup_title.warning, #popup_title.confirm, #popup_title.prompt {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

/************  Individual box title styles *****************/
#popup_title.alert {
	color: #666;
	background: #CCC url(../../images/jalert/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 50% 50%;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
}
#popup_title.error {
	color: #444;
	background: #FF5B5B url(../../images/jalert/ui-bg_highlight-soft_75_ff5b5b_1x100.png) repeat-x scroll 50% 50%;
	border: solid 1px #FFF;
	border-bottom: solid 1px #C66;
}
#popup_title.success {
	color: #444;
	background: #ACBD70 url(../../images/jalert/ui-bg_highlight-soft_75_acbd70_1x100.png) repeat-x scroll 50% 50%;
	border: solid 1px #FFF;
	border-bottom: solid 1px #693;
}
#popup_title.warning {
	color: #333;
	background: #F1DB35 url(../../images/jalert/ui-bg_highlight-soft_75_f1db35_1x100.png) repeat-x scroll 50% 50%;
	border: solid 1px #FFC;
	border-bottom: solid 1px #FC3;
}
#popup_title.prompt {
	color: #666;
	background: #CCC url(../../images/jalert/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 50% 50%;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
}
#popup_title.confirm {
	color: #666;
	background: #CCC url(../../images/jalert/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 50% 50%;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
}

#popup_content {
	background: 16px 16px no-repeat url(images/jalert/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../../images/jalert/info.gif);
}

#popup_content.error {
	background-image: url(../../images/jalert/info.gif);
}

#popup_content.success {
	background-image: url(../../images/jalert/info.gif);
}

#popup_content.warning {
	background-image: url(../../images/jalert/important.gif);
}

#popup_content.confirm {
	background-image: url(images/jalert/important.gif);
}

#popup_content.prompt {
	background-image: url(../../images/jalert/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
.errorDemo
{
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
	border-color:#FBC2C4;
}

span.errorDemo
{
	border-color:#FBC2C4;
	display:block;
	clear:both;
	font-size:0.8em;
	width:14em;
}