#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 650px; /* Dialog will wrap after this width */
	width: 450px;
	height: 450px;
	/*background: #8D99A5;*/
	background-image: url(images/fondo.gif);
	background-repeat: repeat;
	border: solid 5px #506180;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.25em;
	color: #FFF;
	background: #8D99A5 url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	cursor: default;
	padding: 0.5em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/mudayyan.gif);
	padding: 0em 1em;
	height: 31.25em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/mudayyan.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	position: relative;
	z-index: 200;
	width: 21em;
	*width: 20em;
	height: 26em;
	margin: 2em 0 0 15em;
	clear: both;
	color: #626C7D;
}

#popup_panel {
	position: relative;
	top: 1.5em;
	clear: both;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok{
	background-image: url(images/cerrar.gif);
	width: 85px;
	height: 22px;
	border: 0;
	cursor: pointer;
}

