#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #f0f0f0;
	color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#popup_title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;        
	line-height: 1.75em;
	color: #FFF;
	cursor: default;
	padding: 2px 0 2px 18px;
	margin: 0em;
        background: #0095da;        
        text-transform: uppercase;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
}

.ui-draggable{background:#f0f0f0}

#popup_content {
	background: 16px 16px no-repeat url(ThemeResourceServlet?file=info.gif);
	padding: 1em 1.75em;
	margin: 0em;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        overflow:hidden;
        
}

#popup_content.info 
{
    color: #202020;
    background-color: #F0F0F0;
    background-image: url(ThemeResourceServlet?file=info-large.png);
   
}

#popup_content.success 
{
    color: #202020;
    background-color: #F0F0F0;
    background-image: url(ThemeResourceServlet?file=success.png);
}

#popup_content.warning
{
    color: #202020;
    background-color: #F0F0F0;
    background-image: url(ThemeResourceServlet?file=warning.png);
}

#popup_content.error 
{
    color: #202020;
    background-color: #F0F0F0;
    background-image: url(ThemeResourceServlet?file=error.png);
    width:auto;
}

#popup_content.confirm 
{
    background-color: #FFF;
    background-image: url(ThemeResourceServlet?file=warning.png);
}

#popup_content.prompt 
{ 
    background-image: url(ThemeResourceServlet?file=help.gif);
}

#popup_message {
	padding-left: 48px;
        font-size:13px;
        color:#525252;
        line-height: 17px;
}

#popup_panel {
	margin: 1em 0em 0em 0em; padding:0 0 0 4em; }

#popup_ok{border:0; outline:0; float:left; position:relative; width:70px;}

#popup_cancel{border:0; outline:0; width:70px; margin-left: 60px}
#popup_prompt {	margin: .5em 0em;}