#popup_container {
    font-family:'Arial';
	font-size: 13px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #ffffff;
	border: solid 3px #dedede;
	color: #666666;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    behavior:url('css/base/border_radius.htc');
}

#popup_title {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height:20px;
	color: #666666;
	/*background: #CCC url(/imgs/alertas/title.gif) top repeat-x;*/
	/*background: #dedede;*/
	background-color:#dedede;
	/*border: solid 2px #FFF;*/
	/*border-bottom: solid 1px #999;*/
	/*cursor: default;*/
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/imgs/alertas/success.png);
}

#popup_content.error {
    background-image: url(/imgs/alertas/error.png);
}

#popup_content.adv {
    background-image: url(/imgs/alertas/advertencia.png);
}

#popup_content.confirm {
	background-image: url(/imgs/alertas/pregunta.png);
}

#popup_content.prompt {
	background-image: url(/imgs/alertas/pregunta.png);
}

#popup_content.texto {
    /*background-image: url(/imgs/alertas/pregunta.png);*/
    width:400px;
}

#popup_message {
    padding-left: 48px;
}

#popup_message_texto {
    padding-left: 0px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}