.overlay_askenpop_w 
{
  background-color: #85BBEF;
  filter:alpha(opacity=60);
  moz-opacity: 0.6;
  opacity: 0.6;
}

.askenpop_w_nw 
{
  border-color: #CCC;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  background-color: #fff;
  width:5px;
  height:5px;
}

.askenpop_w_n 
{
  border-color: #CCC;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: #fff;
  height:5px;
}

.askenpop_w_ne 
{
  border-color: #CCC;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  background-color: #fff;
  width:5px;	  
  height:5px;
}

.askenpop_w_w 
{
  border-color: #CCC;
  border-left-style: solid;
  border-left-width: 1px;
  background-color: #FFF;
  width:5px;
}

.askenpop_w_e 
{
  border-color: #CCC;
  border-right-style: solid;
  border-right-width: 1px;
  background-color: #FFF;
  width:5px;	  
}

.askenpop_w_sw 
{
  border-color: #CCC;
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: #FFF;
  width:5px;
  height:5px;
}

.askenpop_w_s 
{
  border-color: #CCC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: #FFF;
  height:5px;
}

.askenpop_w_se, .askenpop_w_sizer  
{
  border-color: #CCC;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: #FFF;
  width:5px;
  height:5px;
}

.askenpop_w_sizer 
{
  cursor:se-resize;	
}

.askenpop_w_close 
{
  width: 2px;
  height: 2px;
  position:absolute;
  cursor:pointer;
  z-index:1000;
  }

.askenpop_w_minimize 
{
  width: 2px;
  height: 2px;
  position:absolute;
  cursor:pointer;
  z-index:1000;
}

.askenpop_w_maximize 
{
  width: 2px;
  height: 2px;
  position:absolute;
  cursor:pointer;
  z-index:1000;
}

.askenpop_w_title 
{
  float:left;
  height:2px;
  font-size:2px;
  font-weight: bold;
  text-align:left;
  width:100%;
  color:#000;
}

.askenpop_w_content 
{
  overflow:auto;
  color: #000;
  font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
  background-color: #FFF;
}

/* For alert/confirm dialog */
.askenpop_w_window 
{
  border:1px solid #F00;	
  background: #FFF;
}

.askenpop_w_message 
{
  font-size: 14px;
  line-height: 2;
  text-align:left;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #94C658;
  margin-top: 2px;
  }

.askenpop_w_buttons 
{
  text-align:center;
  width:100%;
}

.askenpop_w_buttons input 
{
  width: 130px;
  height: 27px;
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px;
  border-style: none;
  border-width: 0px;
}
.askenpop_w_buttons input.ok_button 
{ 
  background: url(../../img/popup/helth_fmbtn_yes.jpg) no-repeat;
 }

.askenpop_w_buttons input.cancel_button 
{ 
  background: url(../../img/popup/helth_fmbtn_no.jpg) no-repeat;
 }

.askenpop_w_progress 
{
  float:left;
  margin:auto;
  text-align:center;
  width:100%;
  height:16px;
  background: #FFF url('../../css/themes/alert/progress.gif') no-repeat center center
}

.askenpop_w_wired_frame 
{
  background: #FFF;
  filter:alpha(opacity=60);
  moz-opacity: 0.6;
  opacity: 0.6;	
}


