body {
    background-color: white;
    font-family: arial, verdana, sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    text-align:center;
}

a, a:link, a:active, a:visited {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: firebrick;
    text-decoration: underline;
}

img {
    border: 0px;
}

form {
    margin: 0; padding: 0;
}

input, textarea { padding: 5px; font-size: 14px; }

.input {
    border: 1px solid #666666;
}

.box {
    border: 1px solid #A9A9A9;
    padding: 8px;
}

.nopadding {
    padding: 0px;
}

.headerbar {
    color: midnightblue;
    font-family: arial, verdana, sans-serif;
    font-size: 24px; font-weight: bold; line-height: 36px;
}

.header {
    color: #333333;
    font-size: 16px; font-weight:bold; line-height: 20px;
}

table,tr,td {
    font-size: 14px;
}

div.suggest_box {
    position:absolute;
    width:250px;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
}
div.suggest_box ul {
    list-style-type: none;
    margin:0px;
    padding:0px;
}
div.suggest_box ul li.selected { background-color: #ffb; }
div.suggest_box ul li {
    list-style-type: none;
    display:block;
    margin:0;
    padding:2px;
}

.error {
    border: 2px solid firebrick;
    padding: 4px;
    color: firebrick;
    font-weight: bold;
    width: 450px;
    text-align: center;
    margin: 4px;
}
