/*------------------- 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: #007935;
   font-size: 1em;
   font-family: 'ITC Caslon_224 W01 Book';
   border-bottom: 1px solid #2b8234; /*darker version of background above */
   border-top: 1px solid #007935; /*same as background */
}
a.button:hover, a.small_button:hover, input.button:hover, input.small_button:hover {
   background: #5a9775;
   border-top: 1px solid #57963d; /*lighter version of border-bottom above */
   border-bottom: 1px solid #5a9775; /*same as background */
}
.label, p.wrap, .blabel {
   font-size: 1em;
   font-family: 'ITC Caslon_224 W01 Book';
}
@media (max-width: 320px) {
   .label, p.wrap, .blabel {
      font-size: .8em;
   }
}
.blabel {
   font-family: 'ITC Caslon_224 W01 Bold';
   font-weight: normal;
}

textarea {
   height: 500px;

}
@media (max-width: 320px) {
   textarea {
      height: 300px;
      width: 240px;
   }
}
