@charset "utf-8";
/* CSS Document */

input.uri { width:20em; }
.left { float:left; }
.right { float:right; }
#helpbox { margin-right:1em; border:1px dotted #399; padding:1px; background-color:#F8F8FF; float:left; width:30%; overflow:auto; font-size:0.8em; }
#helpbox h1,
#helpbox h2,
#helpbox h3 { margin:0.5em; padding:0 }
#helpbox p { margin:0.2em; font-size:0.8em; text-align:left; }
#thumbsbox { height: 600px; overflow: auto; border: 1px dotted #399; }
#thumbsbox table { width:99%; clear:both; border-collapse: collaps; }
#thumbsbox table td { padding: 2px 2px 2px 5px; vertical-align:middle; border-bottom:1px dotted #399; }
#thumbsbox table td.preview { width:140px; border-bottom:none; border-right:1px dotted #399; }
#thumbsbox table td.preview img { margin:3px auto; border:1px inset #99A; width:133px; }
