#popup_container {
	font-family:Tahoma,Arial,Geneva,Helvetica,sans-serif;
	font-size: 12px;
	/*min-width: 300px;*/ /* Dialog will be no smaller than this */
	/*max-width: 600px;*/ /* Dialog will wrap after this width */
	width: 450px;
	background: #FFF;
	border: solid 10px #666666;
	color: #000;
	padding: 0px 0px 0px 0px;
}

#popup_title {
	font-family:Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform:uppercase;
	text-align: center;
	color: #ffffff;
	background: #1c1b1b;
	border-bottom: solid 0px #999;
	cursor: default;
	padding: 20px 0px 20px 0px;
	margin: 15px 15px 15px 15px;
}

#popup_content {
	/*background: 16px 16px no-repeat url(info.gif);*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

/*#popup_content.alert {
	background-image: url(info.gif);
}

#popup_content.confirm {
	background-image: url(important.gif);
}

#popup_content.prompt {
	background-image: url(help.gif);
}*/

#popup_message {
	padding:0px 20px 0px 20px;
}

#popup_panel {
	text-align: center;
	margin: 20px 0px 20px 0px;
	border:0px solid #ff9900;
	height:34px;
	/*width:410px;*/
	width:auto;
}

#popup_prompt {
	margin: 0px 0px;
}

#popup_panel #popup_ok {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	font-weight: bold;
	line-height:normal;
	/*
	padding:3px 15px 3px 15px; / per Firefox /
	*padding:3px 10px 3px 10px; / per IE 7 /
	_padding:3px 10px 3px 10px; / per IE 6 /
	*/
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	border: 0px;
	width:70px;
	height:30px;
	background:url("images/jalert_tasto_ok.gif") repeat-x 0px 0px !important;
}

#popup_panel #popup_ok:hover {
	color: #000000;
}

#popup_panel #popup_cancel {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	font-weight: bold;
	line-height:normal;
	/*
	padding:3px 15px 3px 15px; / per Firefox /
	*padding:3px 10px 3px 10px; / per IE 7 /
	_padding:3px 10px 3px 10px; / per IE 6 /
	*/
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	border: 0px;
	width:93px;
	height:34px;
	background:url("images/jalert_tasto_ok.gif") repeat-x 0px 0px !important
}

#popup_panel #popup_cancel:hover {
	color: #85a6b1;
}