﻿/********** STYLES FOR POP UP *********************/

/* Clearing float containers. See http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.fleft { float: left; }

.popup_shadow {
  background: transparent url('/Assets/Images/img_tranparent_grey.png') no-repeat top left;
  _background: url('/Assets/Images/ds_ie.gif') repeat; /* ie6 only */
/*        * background-image: none;
  * background-color: #000;
  * opacity: 25;*/
}

.popup_top_right {
  background-position: top right;
  font-size: 1px;
  width: 6px;
}

.popup_bottom_left {
  background-position: bottom left;
  font-size: 1px;
  line-height: 1px;
  height: 6px;
}

.popup_bottom_right {
  background-position: bottom right;
  height: 6px;
  font-size: 1px;
  line-height: 1px;
  width: 6px;
}

.popup_table 
{
  border: none;
  border-collapse: collapse;
  position: absolute;
  z-index: 1500;
}

.popup_table td 
{
    padding: 0;
}

.popup_background {
  width: 464px; /* 470px - width of .popup_top_right */
  margin: 10px 4px 4px 10px;
  padding: 10px 0;
  background: #bed395 url('/Assets/Images/img_bg_gradient.gif') repeat-x top left;
}

.login_table2 .popup_background {
  width: 431px;
}

.popup_content {
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 14px;
  margin: 0 10px;
  padding: 15px;
}

.popup_header {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 10px 5px 10px;
  line-height: 25px;
}

.popup_header div.fleft {
  width: 90%;
}

a.popup_closer {
  background: #fff url('/Assets/Images/img_close.gif') no-repeat ;
  font-size: 1px;
  height: 15px;
  width: 15px;
  float: right;
}

.login_box {
  font-size: 11px;
  text-align: left;
  z-index: 1501;
}