--- style.css 2009/04/13 20:23:55 3 +++ style.css 2009/04/14 20:53:44 11 @@ -51,3 +51,20 @@ display: none; } +.close { + float: right; +} + +div#lookup { + float: left; + clear: left; + display: none; + border: 1px solid #888; + background: #fee; + width: 100%; + margin-bottom: 1em; +} + +.changed { + background: #fcc; +}