IMG { border: none; }

#contentWrapper {
    margin: 20px auto 0 auto;
    width: 950px;
}

#contentHeader {
    padding-bottom: 0px;
}

#toolContent {
    border: 1px solid black;
    background: white;
    width:80%;
    float: left;
    text-align: justify;
    padding: 10px;
    padding-bottom: 20px;
}

#footerContent {
    width:80%;
    float: left;
    text-align: justify;
    padding: 10px;
    padding-bottom: 20px;
    margin-top: 1px;
    /*margin-left: 20px;*/
}

.textInput {
    margin-top:0px;
    font-weight:bold;
    height: 1.4em;
    font-size: 182%;
    border: 1px solid lightgrey;
    margin-top: 2px;
}

.textAreaInput {
    margin-top:0px;
    font-weight:bold;
    font-size: 100%;
    border: 1px solid lightgrey;
    margin-top: 2px;
    width: 259px;
}

#submitTable {
    width: 90%;
}

.button {
    font-size:17px;
    width:120px;
    cursor: pointer;
}

.tool {
    padding-right: 40px;
}

td.tool font {
    font-size: 16px;
}

td.tool center font {
    font-size: 16px;
}

BODY {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 18px;
    background-image: url('/img/bg.jpg');
    background-repeat: repeat-x;
    background-color: #fafafa;
}

A {
    text-decoration: none;
}

