#popup_container {
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
        font-size: 13pt;
	min-width: 250px; /* Dialog will be no smaller than this */
	max-width: 650px; /* Dialog will wrap after this width */
	background: #2e2521;
	border: solid 1px #595959;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
        display: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);*/
	padding: 45px 45px 20px 45px;
	margin: 0em;
}

#popup_content.alert {
	/*background-image: url(images/info.gif);*/
}

#popup_content.confirm {
	/*background-image: url(images/important.gif);*/
}

#popup_content.prompt {
	/*background-image: url(images/help.gif);*/
}

#popup_message {
	/*padding-left: 48px;*/
        margin-bottom: 40px
}

#popup_message a {
    color: #a5ebe8;
    margin-left: 20px
}

#popup_panel {
	text-align: center;
	/*margin: 1em 0em 0em 1em;*/
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok,
#popup_cancel {
    border: none; 
    outline: none; 
    cursor: pointer; 
    text-shadow: 0px 1px 0px #e5e5ee;
    font-weight: bold;
}

div.alert #popup_ok,
div.alert #popup_cancel {
    background: url('../../images/login/images/btn/btn.png') no-repeat; 
    width: 159px; 
    height: 44px;    
    font-size: 17px;   
	color: black;	
}

div.alert #popup_ok:hover, 
div.alert #popup_cancel:hover {
    background-position-y: -44px
}

div.confirm {
    min-width: 230px;
}

div.confirm #popup_ok,
div.prompt #popup_ok,
div.confirm #popup_cancel,
div.prompt #popup_cancel {
    background: url('../../images/login/images/btn-small.png') no-repeat; 
    width: 112px; 
    height: 31px;    
    font-size: 15px;    
}

div.confirm #popup_ok:hover,
div.prompt #popup_ok:hover,
div.confirm #popup_cancel:hover,
div.prompt #popup_cancel:hover {
    background-position-y: -31px
}