.body_style_normal
{
  overflow: auto !important;
}

.body_style_shadow
{
  overflow: hidden !important;
}



.window_order
{
    z-index:10000 !important;
    display: none;
    position: fixed;
    _position: absolute;
    top: 40px;
    left: 250px;

    width: 750px;
    height: 527px;


    background-image: url(../images/project/win.png);
    background-repeat: no-repeat;
    background-position: center;


    /*    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='images/project/win.png');*/
    /*background: #F4FBFB; #F2FBFD*/
    /*border:4px solid #BBD2DB;*/
    /*padding:8px;*/

    /*

    750 527 win.png

    */
}

.window_order td
{
  font-family: arial;
  font-weight: bold;
  color:#323232;
  font-size:12px;
  height:40px;
}


.window_order td.right
{
  text-align: right;
  padding-right:20px;
}


.window_order .inp
{
  background: #ffffcc;
  border:1px solid #6f6f6f;
}


.window_bg
{
    z-index:5;
    display: none;
    position: fixed;
    _position: absolute;
    right: 0px;
    bottom: 0px;
    width: 9999px;
    height: 999px;
    background: #AEC2C6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}


table.transp, table.transp td, table.transp th
{
    background: transparent !important;
}

table.tbl_pad td
{
    padding:4px 15px 4px 0;
}

table.tbl_info td
{

}

table.tbl_info th
{
    font-weight:bold;
    color:#50677C;
}

table.tbl_info th, table.tbl_info td
{
  border-bottom:1px solid #D0E0E6;
}

.inp_ln
{
  background: transparent;
  border:0px;
  border-bottom:1px solid #FF0000;
  color:#990000;
  text-align:center;
  width: 60px;
}

.inp_txt
{
    border:1px solid #BBD2DB;
    font-family: Verdana;
    font-size:12px;
    line-height: 25px;
    color:#2E3254;
    padding:8px;
}

.ajax_loader
{
  background-image: url(../images/ajax_loader.gif);
  background-repeat: no-repeat;
  background-position: top center;
  height: 100px;
}

.blink_red, .blink_red a
{
  color:#FF0000 !important;
  text-decoration: blink !important;
  border-bottom:1px solid #FF0000;
}
