img {
    border: 0;
}


/* form style */
form.form label{
    display: block;
    clear: both;
}

form.form span.label{
    width: 96px;
    display:block;
    float: left;
    text-align: right;
    padding-right: 4px;
}

form.form span.explain{
    font-style:italic;
    font-size:smaller;
    margin-left: 100px;
    display: block;
}

form.form input, form.form textarea, form.form select{
    border:solid 1px #666666;
    margin: 2px;
    padding: 2px;
}

/* form style // */


#menuAdmin{
    background-color:#DDD;
    padding: 2px;
    margin-bottom: 10px;
}

#menuAdmin li {
    display: inline;
}

#body{
}

#footer{
    clear: both;
}