#popup_container {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11.9px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: ridge 3px #D3DEEF; /*#2F4F4F;/*#999;*/
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title 
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color:#ffffff; /*#666;*/
	background: #CCC url(../../images/Jquery/alert.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 2px #D3DEEF; /*#999;*/
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../../images/Jquery/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.error {
	background-image: url(../../images/Jquery/important.gif);
}

#popup_content.alert {
	background-image: url(../../images/Jquery/info.gif);
}

#popup_content.confirm {
	background-image: url(../../images/Jquery/important.gif);
}

#popup_content.prompt {
	background-image: url(../../images/Jquery/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel 
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

.popup_boton {	
	background-color:#eeeeee; /*#BDD2EA;/*#1266AB;*/
	color: #1266AB;
	font-weight: bold; 
	margin:2px 2px 2px 2px;
	padding:4px;
	border-top: 1px solid #1266AB;
	border-left: 1px solid #1266AB;	
	border-bottom: 1px solid #1266AB; 	
	border-right: 1px solid #1266AB; 		
	font-size:12px;	
	font-family:Verdana, Geneva, Tahoma, sans-serif;	
	cursor:pointer;
}