#popup_container {
	font-family: Verdana, Geneva, sans-serif
	font-size: 9pt;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 2px #FF8409;
	color: #B33A00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #BF3F00;
	background: #FFB062;
	border-bottom: solid 1px #BF3F00;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}
#popup_content input{ 
	font:8pt Verdana, Geneva, sans-serif; color:#666;padding:3px 5px;
	border-top:1px solid #FED; 
	border-bottom:1px solid #FF8409; 
	border-left:1px solid #FED; 
	border-right:1px solid #FF8409; 
	font:8pt Verdana, Geneva, sans-serif; color:#B33A00; background:#FFD7AE; padding:3px 10px; cursor:pointer;
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;

}
#popup_content input:hover{ 
	border-top:1px solid #FF8409; 
	border-bottom:1px solid #B33A00; 
	border-left:1px solid #FF8409; 
	border-right:1px solid #B33A00; 
	font:8pt Verdana, Geneva, sans-serif; color:#B33A00; background:#FFCB97; padding:3px 10px; cursor:pointer;
}
#popup_content textarea {  
	border-top:1px solid #FED; 
	border-bottom:1px solid #FF8409; 
	border-left:1px solid #FED; 
	border-right:1px solid #FF8409; 
	font:8pt Verdana, Geneva, sans-serif; color:#666; width:300px; height:50px;padding:3px 5px;
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;

}

#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;
}