@import url(fix.css);

body { background: #fff url(../gfx/background.gif) top center; }
#wrap { width: 460px; background: #fff; margin: 63px auto; border: 4px solid #aaa; padding: 23px; font: normal 12px Verdana; color: #666; }

#wrap form { border: 1px solid #ccc; background: #eee; margin-bottom: 23px; }
#wrap form fieldset { border: 0; }
#wrap form input { width: 100px; font: normal 11px Verdana; }
#wrap form #query { width: 330px; height: auto; margin: 10px auto; font: bold 20px "Courier New"; letter-spacing: 2px; border: 2px solid #888; border-bottom-color: #ccc; border-right-color: #ccc; }
#wrap p { margin: 10px 0; line-height: 140%; }
#wrap ul { list-style-type: square; }
#wrap ol { list-style-type: decimal; }
#wrap ul,
#wrap ol { padding-left: 20px; }
#wrap h2 { font: bold 20px Arial; color: #000; }
#wrap h1 { margin: -54px 0 20px -20px; font: bold 30px Arial; }
#wrap h1 a { text-decoration: none; color: #222; }
