#popup_container {
    padding: 0em;
    margin: 0em;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	color: #000;
    padding: 10px; 

    font-family: Trebucet;
}

#popup_title {
	font-weight: bold;
    text-align: left;
    padding: 5px;
    margin: 0;
    padding-left:10px;

    background-color: #FBB41E;

	cursor: default;
    font-family: Trebuchet MS !important;
    color: #292322;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: -5;
}

#popup_content {
	background: 16px 16px no-repeat;
	padding: 1em 1em;
	margin: 0em;
    font-family: Trebuchet MS !important;
    color: #292322;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: -5;	
}

#popup_message {

}

#popup_panel {
	text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    /*margin: 1em 0em 0em 1em;*/
}

#popup_prompt {
	/*margin: .5em 0em;*/
}
.alertButtonBlue
{
    /*Non CSS3 Browsers*/
    background: #004a8e;
    /*Chrome and Safari*/
    background: -webkit-gradient(linear, left top, left bottom, from(#02427e), to(#00539f));
    /*Firefox*/
    background: -moz-linear-gradient(top,  #02427e,  #00539f);
    /*IE*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02427e', endColorstr='#00539f');
    margin: 0px;
    margin-top: 2em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #FFF;
    font-weight: bold;
    font-family: Trebuchet MS !important;
    font-size: .9em;
    width: 46%;
    min-width: 7em; 
    height: 2.4em;
}