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

/*--------------------------- custom colors for buttons if needed----------------------------------- */
a.button, input.button, a.small_button, input.small_button {
   background: #c2b490;
   border-bottom: 1px solid #c2b490; /*darker version of background above */
   border-top: 1px solid #c2b490 ; /*same as background */
   line-height: 1.0em;
}

a.button:hover, input.button:hover, a.small_button:hover, input.small_button:hover {
   background: #c2b490;
   opacity: .5; /*lighter version of background above */
   color: #fff; /*optional difference*/
}

