#popup_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 400px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #FFF; /*#979797*/
	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
#popup_outer {
	background: #DDDDDD;
	padding: 15px;
}
#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	color: #FFF;
	background: #ED8D17;
	/*border: solid 1px #FFF;
	border-bottom: solid 1px #DDD;*/
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: #fff url(../Imagenes/_information_32.png) no-repeat 10px 5px;
	padding: 15px;
	/*padding: 1em 1.75em;*/
	margin: 0px;
	border-left: solid 1px #DDD;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
}

#popup_content.alert {
	background-image: url(../Imagenes/_warning_32.png);
}

#popup_content.confirm {
	background-image: url(../Imagenes/_information_32.png);
}

#popup_content.prompt {
	background-image: url(../Imagenes/_help_32.png);
}

#popup_message {
	padding-left: 45px;
}

#popup_panel {
	text-align: center;
	margin: 20px 0px 0px 20px;
}

#popup_prompt {
	margin: 10px 0px;
}
