

#popup_container {
	font-family:convergence;
	font-size: 12px;
        width:100px;
        height:100px;
/*	min-width: 300px;  Dialog will be no smaller than this 
	max-width: 600px;
        min-height:150px;
        max-height:200px; Dialog will wrap after this width */
	background: #FFF;
	color: #000;
        position:fixed;  
top:25%;
left:35% !important;
}

#popup_title {
	font-size: 20px;
        font-family:convergence;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #ffffff;
	background: #c53f32 url(../images/headers.jpg) top repeat-x;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
    font-size:15px;
    font-family:Calibri;
    height:150px;
    overflow-y: auto;
}

#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;*/
        text-align: center !important;
        font-family: convergence;
}

#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_container_large {
        height:500px !important;
        top:5% !important;
        position: absolute !important;
        }
        
        .popup_content_large{
     	height:100% !important;
     	width:100% !important;
        }
#popup_ok{
	color:#fff !important;
}