/** TYPOGRAPHY **/

.notice {
    background: #e0e0e0 none repeat scroll 0 0;
    border: 1px solid #f76933;
    color: #444;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

.attention {
    background: #e0e0e0 none repeat scroll 0 0;
    border: 1px solid #2e3190;
    color: #444;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

ul.faq a {
    color: #fff;
}

/** MENU **/

.menutop li {
  font-size: 90%;
}

/** RS FORM PRO **/

.formResponsive input[type="button"], .formResponsive input[type="submit"], .formResponsive input[type="reset"] {
  	line-height: 0;
  	padding: 15px;
}