#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 320px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border-bottom: solid 1px #B2B2B2; 
	border-left: solid 1px #B2B2B2; 
	border-right: solid 1px #B2B2B2; 
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 2.75em;
	color: #FFFFFF;
	background:#FFFFFF url(../img/bkg_menu.gif) no-repeat center; 
	/* border: solid 1px #B2B2B2; 
	border-bottom: solid 1px #B2B2B2;
	*/
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../img/info1.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../img/info1.gif);
}

#popup_content.confirm {
	background-image: url(../img/ico_int1.gif);
}

#popup_content.prompt {
	background-image: url(../img/help1.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
#popup_ok {
	background:transparent url(../img/modalboton.gif) no-repeat;
	font-size:0,75em;
	color: #FFFFFF;
	padding:10px; 
	padding-top:3px;
	padding-bottom:2px;
}


#popup_cancel {
	background:transparent url(../img/modalboton.gif) no-repeat;
	font-size:0,75em;
	color: #FFFFFF;
	padding:10px; 
	padding-top:3px;
	padding-bottom:2px;
}

#popup_container h1{ float:none;}