/* =================================== */
/* Form Efx*/
/* =================================== */
select, input, textarea {
 font-family: "Arial, Helvetica, sans-serif";
 font-size: 10px;
 background-color: White;
 border: 1px solid Gray;
 padding-left: 1px;
}
select.selected, input.selected, textarea.selected {
 background-color: #FFFACD;
}
.activeElement {
 background-position: center right;
 background-image: url("images/arrow.gif");  /* Replace with your image of choice */
 padding-right: 20px;    /* Allow enough padding to encapsulate the image */
}
