#popup_container {
	font:99% arial,helvetica,clean,sans-serif, 'Microsoft JhengHei';
	/*font-family: Comic Sans MS, 'Microsoft JhengHei';*/
	font-size: 16px;
	min-width: 350px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #999;
	color: #000;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

#popup_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75em;
	color: #fff;
	width:100%;
	background:#0c5596;
	cursor: default;
	padding: 0em;
	margin-top: 0px;
}

#popup_content {
	/*background: 16px 16px no-repeat url(../img/info.gif);*/
	margin: 0em;
	background-position: 5% 30%;
}

#popup_content.info 
{
    color: #00529B;
    background-color: #BDE5F8;    
	  /*background-image: url(../img/info.png);*/
}

#popup_content.success 
{
    color: #4F8A10;
    /*background-color: #DFF2BF;    
	  background-image: url(../img/success.png);*/
}

#popup_content.warning
{
    color: #9F6000;
    /*background-color: #FEEFB3;
	  background-image: url(../img/warning.png);*/
}

#popup_content.error 
{
    color: #D8000C;
    /*background-color: #FFBABA;
	  background-image: url(../img/error.png);*/
}

#popup_content.confirm 
{        
	/*background-image: url(../img/important.gif);*/
}

#popup_content.prompt 
{ 
	/*background-image: url(../img/help.gif);*/
}

#popup_message {
	line-height: 20px;
	padding:20px;
	font-size:110%;
	vertical-align:top;
	font-weight:bold;
	color:#3f3f3f;
}

#popup_panel {
	text-align: center;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok 
/*{
	  background-color:#0a67a9;
	  border-color:#074877;
	  background-image:linear-gradient(transparent,rgba(0,0,0,0.05) 40%,rgba(0,0,0,0.15));
	  color:#fff;
	  font-size:116%;
	  min-width:100px;
	  text-align:center;
	  border-radius:2px;
	  background-clip:padding-box;
	  box-shadow:none;
	  border:1px solid #cbced9;
	  text-decoration:none;
	  cursor:pointer;
	  zoom:1;
	  padding: 5px;
	  font:99% arial,helvetica,clean,sans-serif,'Microsoft JhengHei';
	  transition:.1s linear box-shadow;
	  position: relative;
    transform:translateY(-30%);
    margin-top:10px;
}*/
{
	  color:#fff;
	  background-color:#174a9c;
	  border:1px solid #5b83c4;
	  min-width:100px;
	  min-height:30px;
	  margin-top:10px;
	  margin-bottom:10px;
	  padding: 5px;
	  text-decoration:none;
	  cursor:pointer;
	  zoom:1;
	  font:100% arial,helvetica,clean,sans-serif,'Microsoft JhengHei';
}

#popup_cancel
/*{
	  background-color:#fff;
	  border-color:#333;
	  color:#111;
	  font-size:116%;
	  min-width:100px;
	  text-align:center;
	  border-radius:2px;
	  background-clip:padding-box;
	  box-shadow:none;
	  border:1px solid #cbced9;
	  text-decoration:none;
	  cursor:pointer;
	  zoom:1;
	  padding: 5px;
	  font:99% arial,helvetica,clean,sans-serif,'Microsoft JhengHei';
	  transition:.1s linear box-shadow;
	  position: relative;
    transform:translateY(-30%);
    margin-top:10px;
}*/
{
	  background-color:##d9d9d9;
	  color:#111;
	  border:1px solid #d9d9d9;
	  min-width:100px;
	  min-height:30px;
	  margin-top:10px;
	  margin-bottom:10px;
	  padding: 5px;
	  text-decoration:none;
	  cursor:pointer;
	  zoom:1;
	  font-size:100%;
	  font:100% arial,helvetica,clean,sans-serif,'Microsoft JhengHei';
}