#popup_container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
	/*font-family: inherit,Arial, sans-serif;*/
	/*font-size: 1em;*/
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #cd3c14;

	color: #000;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	margin:0;
	padding:0;
}

#popup_title {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #000;	
	/*margin:0em 1em;*/
	border-bottom:1px solid #EAEAEA;
	padding:0.8em 0em;
	cursor: default;
	width:95%;
	margin:auto;
}


#popup_content {
	/*background: 16px 16px no-repeat url(../Images/Ajax/jAlert/info.gif);*/
	padding: 1em 1em;
	margin: 0em;
	text-align: left;
}

#popup_message {
	/*padding-left: 48px;*/
	margin-bottom:10px;
	text-align:left;
}

/* CONTENEUR DES BOUTON*/
#popup_panel {
	text-align: left;
	margin: 0;
	padding-top:1em;
	/*border-top:1px solid #EAEAEA;*/
}

#popup_prompt {
	margin:0;
}
/* BOUTONS */
/*
#popup_ok,#popup_cancel{
	border:0;padding:0.5em 1em;	color:#FFF;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;	border-radius: 5px;	
}
#popup_ok{background-color:#2CC95F;}
#popup_cancel{background-color:#DB1A1F;}
*/
/*
#popup_content.alert {
	background-image: url(../Images/Ajax/jAlert/info.gif);
}

#popup_content.confirm {
	background-image: url(../Images/Ajax/jAlert/important.gif);
}

#popup_content.prompt {
	background-image: url(../Images/Ajax/jAlert/help.gif);
}*/



