.cds_log { background: #fec; border: 1px inset #fd0; width: 100%; margin: 2px 0; padding: 4px; } .cds_form { background: #eee; border: 1px inset #ccc; padding: 8px; max-width: 100%; } .cds_form label { display: block; margin-top: 4px; } .cds_form input, .cds_form textarea { border: 1px inset #aaa; margin: 4px 0; display: block; } .cds_form textarea { font-family: monospace; } .cds_form input[type=submit], .cds_form button { background: #fd6; border: 1px outset #f60; font-size: x-large; padding: 4px 16px; } .cds_form input[type=checkbox] { display: inline; margin-top: 4px; } .cds_form input[type=checkbox] + label { display: block; margin: -24px 16px 4px; } .cds_form input[type=submit]:hover, .cds_form button:hover { background: #f60; border: 1px inset #f60; } .cds_form h1 { font-size: xx-large; font-weight: bold; } .cds_form h2 { font-size: x-large; font-weight: medium; } .cds_form pre { overflow: scroll; max-width: 100%; } .cds_form input[type=text] { min-width: 300px; height: 24px; } .cds_form table { border: 2px outset #fff; margin: 8px 2px; } .cds_form th, td { border: 2px inset #fff; padding: 4px; }