#dialogoverlay{
	display: none;
	opacity: .8;
	position: fixed;
	top: 0px;
	left: 0px;
	background: gray;
	width: 100%;
	z-index: 10;
}
#dialogbox{
	display: none;
	position: fixed;
	background-color: #ffffff;
	border: 4px solid #009999;
	border-radius:0px; 
	width:550px;
	z-index: 10;
}

#dialogbox > div{ background:#FFF; margin:15px; }
#dialogbox > div > #dialogboxhead{ background: #ffffff; font-size:19px; padding:10px; color:#ffffff; text-align: center;}
#dialogbox > div > #dialogboxbody{ background: #ffffff; padding:5px; color:#009999; margin-bottom: 15px; text-align:center; }
#dialogbox > div > #dialogboxfoot{ background: #ffffff; padding:10px; text-align:center; }
.btn_confirm{
	width: 90px;
    height: 30px;
/*  display: block;
*/  color: #009999;
    text-align: center;
/*  margin-top: 15px;
    margin-left: 45%;*/
    border:1px solid #009999;
    background-color: #ffffff;}

/*//////////////////////////////////////////for dialog alert box//////////////////////////////////////////////*/


#dialogbox_alert{
	display: none;
	position: fixed;
	background-color: #ffffff;
	border: 4px solid #ef081c;
	border-radius:0px; 
	width:550px;
	z-index: 10;
}
#dialogbox_alert > div{ background:#FFF; margin:15px; }
#dialogbox_alert > div > #dialogboxhead_alert{ background: #ffffff; font-size:19px; padding:10px; color:#ffffff; text-align: center;}
#dialogbox_alert > div > #dialogboxbody_alert{ background: #ffffff; padding:0px; color:#ef081c; margin-bottom: 20px;margin-top: -37px; text-align:center; }
#dialogbox_alert > div > #dialogboxfoot_alert{ background: #ffffff; padding:10px; text-align:center; }
    
    .alert_btn{
	width: 90px;
    height: 30px;
/*  display: block;
*/  color: #ef081c;
    text-align: center;
/*  margin-top: 15px;
    margin-left: 45%;*/
    border:1px solid #ef081c;
    background-color: #ffffff;}