ul > li {

  display: inline-block;

  margin-left: 5px;

  margin-right: 5px;

}



.error{

	color:#F00;

}



#pageloader {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-image: url('../img/wait2.gif');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100000000;
  opacity: 0.4;
  display: none;
  filter: alpha(opacity=50);
}