/* CSS Document */

/*Loader
----------------------------------------------*/
#loader_container {
  text-align:center;


  width:1000px;
  height:100%;
  left: 0;
}

#loader {
  font-family:Tahoma, Helvetica, sans;
  font-size:12px;
  color: #666666;
  background-color:#ffffff;
  padding:10px 0 16px 0;
  margin:0 auto;  
  display:block;
  width:100%;
  border:1px solid #ffffff;
  text-align:left;  
  z-index:999999;
}
#loader_bg {background-color: #ffffff;
  position:relative;
  top:20px;
  left:250px;
  height:7px;
  width:500px;
  font-size:1px
}
#progress {
  height:5px;
  font-size:1px;
  width:1px;
  position:relative;
  top:1px;
  left:0px;
  background-color: #ffffff;
}
