@charset "utf-8";
/* CSS Document */


.fix{ max-width:970px;  font-family: 'Roboto', sans-serif;  font-size:14px; font-weight:300;}
.fix label { max-width:970px;  font-family: 'Roboto', sans-serif;  font-size:14px; font-weight:300; margin-bottom:5px; margin-top:5px;}

.fix button, html input[type="button"], input[type="reset"], input[type="submit"]  {
	 background:#4050B0; border:none; color:#fff;  font-family: 'Roboto', sans-serif;  font-size:18px; font-weight:700; text-transform:uppercase;
padding:7px 15px; margin-top:15px; margin-bottom:15px; transition-property: background;
  transition-duration: 1s;
  transition-timing-function: linear; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;  }

.mailfixer button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover  {
	 background:#222222; border:none; color:#fff; }