body, td, select, input {
    font-family: Arial, Tahoma;
    font-size: 14px;
    /*background-image: url(../images/posting.jpg);*/
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#settings {
    background: #F8F8FF;
    border: #dedede 1px solid;
    width: 400px;
}

#settings select,
#settings input {
    width: 180px;
}

#tracklog {
    width: 700px;
    margin: 20px auto 0;
    border: #ededed 1px solid;
    text-align: justify;
    text-shadow: 1px 1px 1px #999;
    color: #666;
    padding: 4px;
    background: #F8F8FF;
    display: none;
}

#tracklog table td, #tracklog table th {
    border: 1px #dedede dotted;
}

#tracklog table .tbl td {
    border: none;
}

#wrapper {
    margin: 50px auto;
}

#about {
    width: 700px;
    margin: 20px auto;
    text-align: justify;
}

#error {
    color: #ff0000; 
    word-wrap: break-word;
    font-size: 0.9em;
    text-align: center;
    width: 100%;
}

.flag {
    width: 48px;
}

.flag img {
    border: none;
}

.clear {
    clear: both;
}

#footer {
    bottom: 10px;
    text-align: center;
    font-size: 0.8em;
    width: auto;
    margin: 20px auto;
}

#footer div {
    padding-top: 20px;
}

#loader {
    width: 100%;
    text-align: center;
}