/* =================================== */
/* Form Efx*/
/* =================================== */
select, input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    background-color: #03bbff;
    border: 1px solid Gray;
    font-weight:normal;
    padding-top:2px;
    padding-left:4px;
    padding-bottom:2px;
}
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 */
}

