/*************************************
* LOADER CSS                         *
* CREDITS DO NOT REMOVE              *
* base from original codes           *
* By: Archer- friendsterforum.com    *
* Modified by: Switpotato            *
* http://kamoteworks.com             *
* Exclusive for kamote laymaker only *
**************************************/

/** adjust the padding to control the middle-main loading image **/
#loaderContainer {
  background:#DBF9F9; 
  height:100%; 
  width:100%;  
  padding-top:50!important; 
  text-align:center;
  text-color:#FF8FD8;
  z-index:10; 
  background-image: url('http://i39.tinypic.com/250j8qv.gif');
  background-color: #FFA2C6;
  background-position:center center;}

/** this is the main container for loading adjust the padding top to control ur button**/
#barCont {
  background:transparent;
  visibility:visible! important;
  border-right: 1px solid #FE8FBA; 
  border-left: 1px solid #FE8FBA; 
  border-bottom: none; 
  border-top: none; 
  width:518px; 
  text-align:center; 
  padding-top: 200px;
  padding-bottom: 49px;
  background-image: url('http://i42.tinypic.com/f0revc.gif');
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;}

/** this is for counter slide bar **/
#bar {
  text-align:center;
  background: transparent; 
  background-image: url('http://i44.tinypic.com/n2z514.gif');
  background-position: bottom center;
  background-repeat: repeat-x;
  color: #FFA2C6;
  width: 0px;
  height: 70px! important; 
  font-weight: bold;
  border: none;
  font-weight: bold; 
  font-size: 10pt;}

/** this is for the button **/

#barCont a{
  position: relative;
  top: -40px! important;
  left: 100px! important;
  margin-top:25px ! important;
  padding: 2px 5px 2px 6px;
  background-color: #FFA2C6; 
  border: 1px outset #BDCBD4;
  color:  #FFFFFF! important;}

#barCont a:hover{
  margin-top:25px;
  padding: 2px 5px 2px 6px ;
  text-decoration: none;
  background-color: #FFD9E6; 
  border: 1px inset #BDCBD4;
  color:  #FF8FD8! important;}



