@charset "UTF-8";
@font-face{
  font-family:mms;
  src:url(font.ttf)
}
body{
    font-family: 'mms';
}
.datepick {
  /*text-align: center;*/
  background-image: url("../img/calendar.gif");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 30px;
  width: 130px;
}
html {
    font-family: 'mms';
  }
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
 
