.FR{
  float: right;
}

.FL{
  float: left;
}

.H{
  display: none;
}

.BR{
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.BRT{
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
}

.MB10{
  margin-bottom: 10px;
}

.MB20{
  margin-bottom: 20px;
}
