
#popup_container {
	font-family:  'Microsoft JhengHei', ·L³n¥¿¶ÂÅé, Helvetica, Arial, sans-serif;
	font-size: 14px;
	min-width: 265px; /* Dialog will be no smaller than this */
	max-width: 285px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 3px #aaa;
	color: #000;
	line-height:150%; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title 
{
    letter-spacing:2px;  
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #222;
	background: #CCC url(../images/alerts/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #eee;
	cursor: default;
	padding: 0;
	margin: 0;
}

#popup_content {
	background: 42px 42px no-repeat url(../images/alerts/information.gif);
	background-position:  18px 10px;	
	padding: 1em 1.5em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../images/alerts/warning.gif);
}

#popup_content.confirm {
	background-image: url(../images/alerts/help.gif);
}

#popup_content.prompt {
	background-image: url(../images/alerts/help.gif);
}

#popup_message {
	padding-left: 55px;
}

#popup_panel {
	text-align: center;
	margin:  25px 0 15px 0;
}

#popup_ok, #popup_cancel 
{
    padding-left: 20px;
    padding-right:20px;  
    letter-spacing:2px;  
    line-height:130%;
    font-size:14px;   
    height:25px;
    background: #ff6600; 
    outline:0;      
}

#popup_ok:hover, #popup_cancel {
	background: #cc0000;
}

#popup_prompt {
	margin: .5em 0em;
}