#popup_container {
	font-family: Verdana, Aerial;
	font-size: 11px;
	min-width: 250px; /* Dialog will be no smaller than this */
	max-width: 580px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
       background: #2f96b4; 
        border-color: #fff #fff #999;
        border-image: none;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        color: #fff;
        cursor: default;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.75em;
        margin: 0;
        padding: 0;
        text-align: center;
}

#popup_content {
/*	background: 16px 16px no-repeat url(images/info.gif);*/
	padding: 1em 1.75em;
	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;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
.alert#popup_content{
    color: #3a87ad !important;
}
#popup_overlay{
    background-color:#000 !important;
    opacity:0.6 !important;
}
#popup_container.alert-info{
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
    color: #3a87ad !important;
}
