#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 496px; /* Dialog will be no smaller than this */
	max-width: 496px; /* Dialog will wrap after this width */
	min-height: 272px; /* Dialog will be no smaller than this */
	max-height: 272px; /* Dialog will wrap after this width */
	background: url("/skins/italypoker/images/new/alert/back_alert.png") no-repeat scroll left top transparent;
	color: #000;
}

#popup_title {
	color:#666666;
	cursor:default;
	font-size:16px;
	font-weight:bold;
	line-height:1.75em;
	margin:0;
	padding:27px 0 0;
	text-align:center;
}

#popup_content {
	padding: 1em 1.75em;
}

#popup_content.alert {
	/*background-image: url(../images/info.gif);*/
	margin-left:20px;
	margin-right:20px;
	width:400px;
}

#popup_content.confirm {
	background-image: url(../images/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
	font-size:15px;
	height:108px;
	margin-top:30px;
	padding-left:0;
	text-align:center;
	width:100%;
}

#popup_panel {
	text-align: center;
	width:100%;
	margin-top:0px;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_panel input { background:url(/skins/italypoker/images/new/alert/conferma_alert.png) no-repeat; cursor:pointer; 	width:116px;
	height:32px; border: none;
	color:#fff;
	position:relative;
	}