#popup_container {
	font-size: 18px;
	display: table; 
	border: solid 2px #e2b352;
	color: #000;
	-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: 11px 0;
	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.25em;	
}

#popup_content{
	background: #373634 0 0 repeat;
	padding: 10px;
	margin: 0em;
	color: #FFF;
}
#popup_content input{
	padding:8px 16px;
	margin:0 auto;
	color:#FFFFFF;
	font-family: var(--primary-font);
	font-style: italic;
	font-size:18px;
	background:#e2b352;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 16px;
	color: #FFF;
	border: solid 1px #e2b352;
	padding: 5px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 10px auto !important;
	display: block;
	display : block\9; /* IE8 */  
	*display : block; /* IE7 */
	width : 10%\9; /* IE8 */  
	*width : 10%; /* IE7 */
}

#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;
}

#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: 10px 0 0 0; }

@media screen and (max-width: 640px)
{
	#popup_content input
	{
		font-size: 14px;
	}
}