@import "screen.htm"; @import 'print.htm'; /* The first rule imports the actual styles from * a third stylesheet. This hides them from older * browsers which don't support @import with double * quotes. The second rule hides the problematic * print style from IE5/Mac. * * See http://centricle.com/ref/css/filters/ for details * */ /* * SITE-SPECIFIC STYLES HERE * */ div.searchfloat { float: right; width: 200px; border: solid 1px; } #searchbox { margin:0;padding: 2px; text-align: center; font-size: 10px; font: normal 10px Verdana, Arial, Helvetica, sans-serif; color: #333333; }