/*------------------- FOR SITE SPECIFIC CSS OVERRIDE OF CMS XM_DIALOG.CSS AND FORM.CSS---------- */

/*--------------------------- custom colors for buttons if needed----------------------------------- */
a.button, a.small_button, input.button, input.small_button {
   background: #6cbb4b;
   font-family:'interface', Verdana; 
   border-bottom: 1px solid #4b8234; /*darker version of background above */
   border-top: 1px solid #6cbb4b; /*same as background */
}
a.button:hover, a.small_button:hover, input.button:hover, input.small_button:hover {
   background: #9ad283;
   border-top: 1px solid #57963d; /*lighter version of border-bottom above */
   border-bottom: 1px solid #9ad283; /*same as background */
}

/* -------- for customizing fonts -------*/
.label, p.wrap, .blabel, p.wrap span { 
   font-size: 1em;
   font-family: "proxima nova";
   font-weight: 300;
   padding: 0  0 5px 0;
   
   @media (max-width: 320) {
      font-size: .8em;
   }
}
.blabel {   
   font-family: "proxima nova";
   font-weight: 700;
}
