/*  styles to reset the data and hide the elements  */

* {
  padding:0px;
  margin:0px;
}

form, input {
  padding:0px;
  margin:0px;
}

img {
  border:0px;
}

.hide {
  display:none;
}

.clr {
  clear:both;
}

.logotype {
  font-size:0px;
}

.logotype span {
  visibility:hidden;
  display:block;
}





