/* USC and OT banners. */

#usc-banner { width: 100%; height: 25px; background-color: #990000; clear: none; }
#ot-banner { width: 100%; height: 50px; background-color: white; clear: none; }

#ot-banner table { width: 100%; }
#ot-banner #otlogo { text-align: left; width: 550px; }
#ot-banner #searchform { text-align: left; padding-left: 30px; vertical-align: middle; }
#ot-banner #usclogo { text-align: right; padding-right: 20px; }


/* Search form within the OT banner. */

#searchform form, #ot-banner div { display: inline; }
#searchform label { display: none; }
#searchform input#keywords { font-size: 100%; font-family: helvetica, arial, sans-serif;
                                            border: 1px solid #aaaaaa; color: #cccccc; padding: 2px; }
#searchform input#submit { vertical-align: top; }
#searchform p { display: inline; }
