

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
        width:40%;
	min-width:40%; /* Dialog will be no smaller than this */
	max-width: 80%; /* Dialog will wrap after this width */
	background: #FFF;
/*	border: solid 1px #0095D9;*/
       
       -moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: -5px -5px 5px #888888;
-webkit-box-shadow: -5px -5px 5px #888888;
box-shadow: -5px -5px 5px #888888;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        position:fixed;  
top:150px;
left:30%;
border-radius: 15px;
}

#popup_title {
	font-size: 16px;
        font-family:Times new Roman;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #ffffff;
	/*background: #0095D9 url(../img/title.gif) top repeat-x;*/
        background: #0095D9;
	border: solid 1px #0095D9;
	border-bottom: solid 1px #0095D9;
	cursor: default;
	padding: 0em;
	margin: 0em;
        border-radius: 15px;
}

#popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);*/
	padding: 0.8em 0.8em;
	margin: 0em;
        font-size:15px;
        font-family:Calibri;
}

#popup_content.alert {
	/*background-image: url(../img/info.gif);*/
}

#popup_content.confirm {
	/*background-image: url(../img/important.gif);*/
}

#popup_content.prompt {
	/*background-image: url(../img/help.gif);*/
}

#popup_message {
	padding-left: 5%;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

.alertbuttonclass{
        width: 75px;
        height: 30px;
        color: #fff;
        font-size: 12pt;
        font-weight: bold;
    }
    
    .alertbuttonclass:active {
	width: 72px;
        height: 27px;
    }
/*    
    #popup_ok
    {
          background: url('../img/ok11.png');
          background-size: 75px 30px;
    }*/