@font-face {
 font-family: OpenSans-Light;
 src: url("/Fonts/OpenSans-Light.eot") format('embedded-opentype'),
       url("/Fonts/OpenSans-Light.ttf") format('truetype');
}

@font-face {
 font-family: OpenSans-LightItalic;
 src: url("/Fonts/OpenSans-LightItalic.eot") format('embedded-opentype'),
       url("/Fonts/OpenSans-LightItalic.ttf") format('truetype');
}

button{
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: OpenSans-Light;
  color: #999999;
  padding: none;
  border: none;
  background: #FFFFFF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}