input.border {
   border: #59e244 solid 1px;
   background-color: white;
}

select.border {
   border: #59e244 solid 1px;
   /*background-color: white;*/
}

input.selected {
   border: #59e244 solid 1px;
   background-color: #ffccea;
}

input.button {
   background-color: #cccccc;
   font: bold 10pt/14pt Arial;
   color: black;
   border-top: #59e244 solid 1px;
   border-left: #59e244 solid 1px;
   border-bottom: #59e244 solid 2px;
   border-right: #59e244 solid 2px;
}
