#popup_container {
	font-family: Arial, sans-serif;
	font-size: 16px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #E8CCCC;
	border: solid 5px #8B0000;
	color: #000;
	border-radius: 5px;
}

#popup_title {
        font-size:16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	background: #8B0000;
	border: solid 1px #FFF;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_container_verde {
	font-size:16px;
	font-family: Arial, sans-serif;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #fff;
	border: solid 5px #003C00;
	color: #000;
	border-radius: 5px;
}

#popup_title_verde {
	font-size:16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	background: #003C00;
	border: solid 1px #FFF;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_container_azul {
	font-size:16px;
	font-family: Arial, sans-serif;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #B2B2DC;
	border: solid 5px #00007D;
	color: #000;
	border-radius: 5px;
}

#popup_title_azul {
	font-size:16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	background: #00007D;
	border: solid 1px #FFF;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/important.gif);
}

#popup_content.info {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
        color:#000;
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
#popup_ok {
    font-size:16px;
    float: right;
    margin-bottom: 15px;
}
#popup_cancel {
    font-size:16px;
    float: right;
    margin-right: 10px;
    margin-bottom: 15px;
}