body{
    margin: 0px;
    width: 100%;
    max-width: 500px;
    background: #F6F3E9;
    color: black;
}

input {
    width: 95%;
    max-width: 220px;
}

textarea {
    width: 95%;
    max-width: 220px;
}


div.review {
    width: 95%;
    margin-top: 4px;
    padding: 4px;
    border: 1px solid black;
}

#titlecontainer{
    width: 100%;
    height: 40px;
    vertical-align: middle;
    background-color: #f5de9a;
    background-image: url('maintitlebg.png');
}

#titlecontainer h1{
    font-size: 20px;
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    color: #6e5b42;
    line-height: 40px;
    vertical-align: middle;
    font-style: normal;
}

div.title {
    background-color: #F3E2AB;
    font-weight: bold;
    height: 21px;
    max-height: 21px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
}

div.geosaaga {
    background-image: url('bottombg.png');
    height: 40px;
    max-height: 40px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
}

div.content {
    margin: 4px;
}

div.map {
    margin: 0;
    padding: 0;
}

div.feedback {
    margin: 4px;
    color: red;
    font-weight: bold;
}

a:link { text-decoration: none; color: #bd0000; }
a:visited { text-decoration: none; color: #bd0000; }
a:active { text-decoration: nonen; color: #bd0000; }
a:hover { text-decoration: underline; color: #bd0000; }

}
