/* Portal */

.searchBox							{ border: 1px solid silver; background: white;  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.15); width: 100%; height: 21px;  margin-top: 6px; /*position: relative;*/ }
.searchBox input					{ outline: 0; border: 0; background: transparent; width: 90%; padding-left: 6px; }
.searchBox a						{ font-size: 22px; line-height: 15px; font-weight: bold; color: gray; position: absolute; right: 2px; top: 0; display: none; }
.searchBox a:hover					{ text-decoration: none; color: orange; }
.searchBox a:active					{ color: black; }
