@charset "utf-8";
/* CSS Document */


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: Source Sans Pro;
  font-weight: 400;
  color: #bbb;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: Source Sans Pro;
  font-weight: 400;
  color: #bbb;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: Source Sans Pro;
  font-weight: 400;
  color: #bbb;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: Source Sans Pro;
  font-weight: 400;
  color: #bbb;
}