#popup_container {
	font-size: 18px;
	display: table; 
	border: solid 2px #e2b352;
	color: #000;
	min-width: 400px;
	max-width: 600px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: var(--primary-font);
	font-style: italic;
}

#popup_title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	background: rgba(226, 179, 82, 0.6);
	background-color : #e2b352\9; /* IE8 */  
	*background-color : #e2b352; /* IE7 */
	border-bottom: solid 1px #e2b352;
	cursor: default;
	padding: 0em;
	margin: 0em;
	padding: 5px 0;
	width: 90%;
	display: inline-block;
}

#popup_cross{ 
	width: 10%; 
	color: #FFF; 
	display: inline-block; 
	padding: 14px 0 11px 0px;
	text-align: center;
	background: rgba(226, 179, 82, 0.6);
	background-color : #e2b352\9; /* IE8 */  
	*background-color : #e2b352; /* IE7 */	
	border-bottom: solid 1px #e2b352;
	line-height: 1.22em;	
}

#popup_content{
	background: #373634 0 0 repeat;
	padding: 10px;
	margin: 0em;
	color: #FFF;
}
#popup_content input{
	padding:8px 16px;
	display:table;
	margin: 10px auto;
	color:#FFFFFF;
	font-family: var(--primary-font);
	font-size:18px;
	background:#e2b352;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	font-size: 16px;
	color: #FFF;
	border: solid 1px #e2b352;
	padding: 5px;
	text-transform: uppercase;
	cursor: pointer;
	display : block\9; /* IE8 */  
	*display : block; /* IE7 */
	width : 10%\9; /* IE8 */  
	*width : 10%; /* IE7 */
	font-family: var(--primary-font);
	font-style: italic;	
}

#popup_content.alert #popup_message {
	background: url('/imgs/picto.info.png') 0 0 no-repeat;
	padding: 0 0 0 50px;
}

#popup_content.confirm #popup_message{
	background: url('/imgs/picto.important.png') 0 0 no-repeat;
	padding: 0 0 0 50px;
}

#popup_content.prompt #popup_message{
	background: url('/imgs/picto.help.png') 0 0 no-repeat;
	padding: 0 0 0 50px;
}

/* Date bloquée + promo / réduction */
#popup_content.ajoutPromo #popup_message,
#popup_content.modifPromo #popup_message {
	background: url('/imgs/picto.help.png') 0 0 no-repeat;
	padding: 0 0 0 50px;
}

#popup_content.ajoutPromo .popup_reduction, 
#popup_content.modifPromo .popup_reduction {
	font-size: 15px;
	font-style: normal;
}

#popup_content.ajoutPromo input[name="popup_reduction_type"], 
#popup_content.modifPromo input[name="popup_reduction_type"] {
	margin: 0 25px 0 5px;
	display: inline-block;
	height: 18px;
	width: 18px;
	vertical-align: middle;
}

#popup_content.ajoutPromo input#popup_reduction_montant, 
#popup_content.modifPromo input#popup_reduction_montant {
	margin: 15px 0;
	width: 100px;
}

#popup_panel input {
	display: inline-block;
	margin-right: 15px;
}

/***/

#popup_message {
	min-height: 32px;
	line-height: 32px;
}

#popup_panel {
	text-align: center;
	margin: 10px 0;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_content input#popup_ok2{ margin: 15px auto 0 auto; }

@media screen and (max-width: 640px)
{
	#popup_content input
	{
		font-size: 14px;
	}
}