

#popup_container {
	background-color:#2d1b1c;
	background-repeat:no-repeat;
    font-family:Georgia, sans-serif;
	font-size: 12px;
	min-width: 200px; /* Dialog will be no smaller than this */
	max-width: 400px;/* Dialog will wrap after this width */
	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/*left: 41%!important;
top: 25%!important;*/
position:fixed!important;
}

#popup_title {
    font-family:'Campton-Bold',sans-serif;
	font-size: 20px;
	text-align: center;
	
	color: #FFF;
	border-bottom: dotted 1px #c2c5de ;
	cursor: default;
	margin:10px;
	padding-bottom:5px;
	font-weight:100;
}

#popup_content {
	padding-top:5px;
	padding-bottom:10px;
	padding-right:10px;
	margin: 0em;
	text-align: left;
	
}


#popup_message {
	
	  color: white
	
}

#popup_panel {
	text-align: center;
	margin: 10px;
}

#popup_prompt {
	margin: .5em 0em;
    color:black;
}
#popup_ok {
    color: white;
    background-color: #c2c5de;
    border: 0;
}