* {
  -moz-box-sizing:    border-box;
  -box-sizing:        border-box;
  -webkit-box-sizing: border-box;
  -border:  0;
  margin:   0;
  padding:  0;
  background-repeat: no-repeat;
  /*-webkit-appearance: none;*/
  border-radius: 0;
}

.no {
  display: none;
}

.clear {
  clear: both;
  visibility: hidden;
  height: 0px;
}

a{
  display: block;
  text-decoration: none;
}

input{
   border-radius: 0;
}