@charset "utf-8";

#popup_container {
	font-size: 14px;
	background: #FFF;
	border: solid 5px #999;
	color: #333;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
	background-color: #CCC;
	background-image: url(../img/alerta/title.gif);
	background-repeat: repeat-x;
	background-position: top;
}

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

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

#popup_message {
	padding-left: 48px;
}

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