.controlBox { height: 125px !important; }
.controlBox p { position: absolute; top: 42px; left: 12px; width: 930px; border-top: 1px solid #cdbd94; padding-top: 7px; }
.controlBox form { position: absolute; top: 77px; left: 12px; }
.controlBox input#inputSearch { width: 600px; height: 22px; font-size: 16px;
                                border: 1px solid #cbbb95; padding: 2px 5px; color: #000;                             
                                border-radius: 3px; -moz-border-radius: 3px; 
                                background: #fbfaee; 
                                box-shadow: inset 0 0 10px #e1d9b9;
                                -moz-box-shadow: inset 0 0 10px #e1d9b9;
                                -webkit-box-shadow: none; /* 'inset' effect is buggy in Safari/Chrome */ }
    .controlBox input#inputSearch:focus { color: #004987; background-color: #ccecff; border-color: #008df2; box-shadow: inset 0 0 10px #68bffb; -moz-box-shadow: inset 0 0 10px #68bffb; }
#button_Search { font-size: 12px; padding: 5px 12px;
                    padding-left: 23px; background-position: 5px; background-repeat: no-repeat; background-image: url('/images/icons/magnifier-medium-left.png') !important; }  }

.highlight_pink, .highlight_yellow, .highlight_green { color: black; text-shadow: 0 1px 0 #f0ecd7; }
.highlight_pink { background-color: #ff6666; }
.highlight_yellow { background-color: #ffff66; }
.highlight_green { background-color: #66ff66; }

