#container{
    width: 500px;
}

/*#submit_form{
    border:1px solid #000;
    width: 100%;
}*/

#submit_form th{
    text-align: left;
}

#comments{
    width:98%;
}
/* MAP */
#map{
    width:730px;
    height:600px;
    border:solid black 5px;
    position:absolute
}
#mapwrapper{
    width:850px;
    height:650px;
    position:absolute
}

#fakeheader{
    height:100px;
}
/* MAP KEYS / LEGEND */
#keys{
    width:149px;
    padding:10px;
    z-index:1000;
    position:absolute;
    left:580px;
    top:40px;
    background-image:url('../art/KeyBox.png');
    background-repeat:no-repeat;
}
#keybar{
    z-index:1000;
    position:absolute;
    left:580px;
    top:20px;
}
/* MAP INFOWINDOWS */
/* contintents */
#cinfo h1{
    color:gray;
}
#cinfo p{
    color:gray;
}
/* users*/


