.la_button-green .ps-button {
   background-color: #186329;
   border-style: solid;
   border-width: 3px 3px 3px 3px;
   border-color: #186329;
   color: #FFFFFF;
   font-size: 12pt;
   font-weight: bold;
   padding: 12px 18px 12px 18px;
   background-image: none;
   border-radius: 12px;
   text-shadow: none;
   box-shadow: none;
}

.la_button-green .ps-button:hover {
   background-color: #186329;
   border-style: solid;
   border-width: 3px 3px 3px 3px;
   border-color: black;
   color: #FFFFFF;
   font-weight: bold;
   font-size: 12pt;
   padding: 12px 18px 12px 18px;
   background-image: none !important;
   border-radius: 12px;
   text-shadow: none;
   box-shadow: none;
   cursor: pointer;
}

.la_button-green .ps-button:active {
   background-color: #145222;
   border-style: solid;
   border-width: 3px 3px 3px 3px;
   border-color: black;
   color: yellow;
   font-weight: bold;
   font-size: 12pt;
   padding: 12px 18px 12px 18px;
   background-image: none !important;
   border-radius: 12px;
   text-shadow: none;
   box-shadow: none;
}

.la_button_disabled .psc_disabled {
   border: 3px solid #999999;
   background-color: #cccccc;
   color: #666666;
   font-size: 12pt;
   padding: 12px 18px 12px 18px;
   background-image: none;
   border-radius: 12px;
   text-shadow: none;
   box-shadow: none;
}

.la_button_disabled .psc_disabled:hover {
   border: 3px solid #999999;
   background-color: #cccccc;
   color: #666666;
   cursor: not-allowed;
}

.la_button_disabled .psc_disabled:active {
   border: 3px solid #999999;
   background-color: #cccccc;
   color: black;
   font-size: 12pt;
   padding: 12px 18px 12px 18px;
   background-image: none !important;
   border-radius: 12px;
   text-shadow: none;
   box-shadow: none;
} 