#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 */
	_width: 300px;
	background: #FFF;
	border: solid 1px #ccc;
	color: #000;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

#popup_title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #333;
	background: #ccc /*url('../images/jquery_alerts/title.gif') top repeat-x*/;
	/*border: solid 1px #ff0000;
	border-bottom: solid 1px #E30000;*/
	cursor: default;
	padding: 0em;
	margin: 0em;
}

.messageInfo #popup_title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #333;
	background: #ccc;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
.messageError #popup_title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	background: #ff0000;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background-position: 15px 15px;
	background-repeat: no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
	overflow: hidden;
}

.messageError #popup_content.alert {
	background-image: url('../images/jquery_alerts/mes_error.gif');
	padding: 15px;
	overflow: hidden;
	font-weight: bold;
    }
.messageInfo #popup_content.alert {
	background-image: url('../images/jquery_alerts/mes_info.gif');
	padding: 15px;
	overflow: hidden;
	font-weight: bold;
    }
#popup_content.confirm {
	background-image: url('../images/jquery_alerts/important.gif');
}

#popup_content.prompt {
	background-image: url('../images/jquery_alerts/help.gif');
}
.messageError #popup_message {
    color: #ff0000;
    font-weight: bold;
    }
.messageInfo #popup_message {
    color: #333;
    font-weight: bold;
    }    
#popup_message {
	padding-left: 25px;
	text-align: left !important;
	min-height: 40px;
	_height: 50px;
}

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

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