#popup_container 
{
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 300px;
    max-width: 600px;
    background: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
      
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
    filter: shadow(color=#999999, direction=135, strength=2);      
}

#popup_title 
{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #FFFFFF;
    cursor: default;
    padding: 0em;
    margin: 0em;
    font-family: Segoe UI;
    background: #57ACE4;
    -moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#popup_content {
	background: url(images/info.png);
	background-size: 45px;	
	background-position: 10px 10px;
    background-repeat: no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
	font-family: Segoe UI;
}

#popup_content.alert {
	background-image: url(images/info.png);
}

#popup_content.confirm {
	background-image: url(images/important.png);	
}

#popup_content.prompt {
	background-image: url(images/help.png);	
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

.button
{
    width:100px;
    margin: 0;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    color: #FFFFFF;
    display: inline-block;
    font: 12px/12px HelveticaNeue, Arial;
    padding: 8px;
    text-decoration: none;
    background-color: #72D672;
}

.xButton
{
    width:100px;
    margin: 0;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    color: #FFFFFF;
    display: inline-block;
    font: 12px/12px HelveticaNeue, Arial;
    padding: 8px;
    text-decoration: none;    
    background-color: #FF6E49;
}