.foot_btn
{
	padding:3px 0px 3px 0px;
	color:White;
	background-color:#F2922B;
	height :12px;	
	width:60px;
	font-weight :bold;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	font-size:12px;
}
.header_btn{cursor:pointer;}
.r{float:right;}
.l{float:left;}

/*pop frame*/
/*---------------------------------------------*/
table.pop_dialog_table 
{
  border-collapse: collapse;
  margin: auto;
  table-layout: fixed;
  width: 465px; 
} 
td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright {
  height: 10px;
  overflow: hidden;
  padding: 0px!important;
  width: 10px!important;
}
td.pop_topleft {
  background-image: url(pop_dialog_top_left.png)!important;
  background-image: none;
  filter: none!important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pop_dialog_top_left.png', sizingMethod='crop');
}
td.pop_topright {
  background-image: url(pop_dialog_top_right.png)!important;
  background-image: none;
  filter: none!important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pop_dialog_top_right.png', sizingMethod='crop');
}
td.pop_bottomleft 
{
  background-image: url(pop_dialog_bottom_left.png)!important;
  background-image: none;
  filter: none!important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pop_dialog_bottom_left.png', sizingMethod='crop');
}
td.pop_bottomright
{
  background-image: url(pop_dialog_bottom_right.png)!important;
  background-image: none;
  filter: none!important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pop_dialog_bottom_right.png', sizingMethod='scale');
}
td.pop_border {
  background-image: url(pop_dialog_border.png)!important;
  background-image: none;
  filter: none!important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pop_dialog_border.png', sizingMethod='scale');
}
td.dislog_head{
	height:30px;
}
/*---------------------------------------------*/
/*pop message content display*/
td.pop_content {
  background-color: white;
  padding: 0px;
  text-align:left;
}
td.pop_content h2 {
  float:none !important;
  background: #F2922B;
  border: 1px solid #EBCD84;
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}
td.pop_content h2 span {
  display: block;
  padding: 4px 10px 5px 10px;
}
td.pop_content h2 a.floatright{ float:right; }
td.pop_content .dialog_content {background: #fff;border: 1px solid #F2922B;border-top-width: 0px;}
td.pop_content .dialog_content.borderblue{ border:1px #8598c0 solid;}
td.pop_content .dialog_body {padding: 10px;border-bottom: 1px solid #F2922B;text-align:center;}
td.pop_content .dialog_buttons {background: #f2f2f2;padding: 8px;text-align: right;}