#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 300px;
/*	border: 1px solid #666666;*/
	color: #444;
	padding : 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	background-color: #FFF;*/
	background-image: url(../images/alert/titre_fenetre_alert.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#popup_title {
	font-size 						: 20px;
	/*letter-spacing					: -0.05em;*/
	padding 						: 0 4px;
	color							: #FFFFFF;
	font-weight						: normal;
	margin : 7px;
		border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/alert/notice-info.png);
	padding: 1em 1.75em;
	margin: 0em;
	background-color: #FFF;

}

#popup_content.alert {
	background-image: url(../images/alert/notice-info.png);
}

#popup_content.confirm {
	background-image: url(../images/alert/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/alert/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
