#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
    background:#323933;
	border: 4px solid rgb(80, 87, 79); 
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #BBBBBB;
	background: #222923 url('./../images/alerts/info/title.gif') repeat-x top;
	border: #222923;
	border-bottom: solid 1px #222923;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url('./../images/alerts/info/info.gif');
	padding: 1em 1.75em;
	margin: 0em;   
}

#popup_content.alert {
	background-image: url('./../images/alerts/info.gif');
}

#popup_content.confirm {
	background-image: url('./../images/alerts/info/important.gif');
}

#popup_content.prompt {
	background-image: url('./../images/alerts/info/help.gif');
}

#popup_message {      
    color: #DDDDDD;
    text-align: center; 
}

#popup_panel {
	text-align: center;          
	margin-top: 1em;         
    color: #CCCCCC; 
}

#popup_prompt {
	margin: .5em 0em;
}
  
span.close
{
  color:#CCCCCC;
}
  
span.close:hover
{
  text-decoration: underline;
  cursor: pointer;
}
