@charset "UTF-8";

/* form */
#content form{
margin:0px;
padding:0px;
}

#content dl{
margin:0em;
padding:0em;
}

#content dl dt{
margin:0em;
padding:0.2em;
border-color:#039;
border-style:dotted;
border-width:0px 0px 1px 0px;
line-height:1.4em;
font-weight:bold;
}

#content dl dd{
margin:0em 0em 0em 0.5em;
padding:0.2em;
line-height:1.4em;
}

#content input, #content textarea, #content select{border-color:#38f;background:#f9ffff;border-width:1px;}
#content input:focus, #content textarea:focus, #content select:focus{border-color:#5bf;background:#fff;}

#content ul{
margin:0em;
padding:0em;
list-style:none;
}
#content ul li{
margin:0em;
padding:0.2em;
line-height:1.4em;
}
#content input[type="submit"]{
display:block;
margin:0px auto;
padding:0.2em 0.5em;
width:6em;
font-size:medium;
color:#fff;
background:#039;
border-color:#039;
border-style:solid;
border-width:1px;
cursor:pointer;
}
#content input[type="submit"]:hover{background:#36c;}

/* auth */

#content input.auth{
display:block;
margin:0em auto;
width:10em;
border-width:1px;
border-style:solid;
border-color:#38f;
background:#fff;
}
#content input.auth:focus{border-color:#5bf;}

/* scroll */

#content .scroll{
max-height:24em;
overflow:auto;
border-color:#039;
border-style:solid;
border-width:1px;
}
