html {
    height: 100%;
    position: absolute;

}

body {
    color: #FFFFFF;
    font-family : cursive;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #000000;
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-face-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}

img {
    vertical-align: bottom;
    border: 0;
}

#mapcanvas {
    border-width: 0px;
    position: absolute;
    top: 15%;
    left: 5%;
    width: 90%;
    height: 70%;
}


#header {
    height: 21px;
    position: absolute;
    left: 5%;
    width: 90%;
    top: 2%;
    font-size: 0.8em;
}

#maptoolbar {
    height: 8%;
    position: absolute;
    left: 5%;
    width: 90%;
    top: 7%;
    font-size: 0.8em;
}

#corner_topleft img {
    display: block;
    border: 0;
    vertical-align: top;
    text-align: left
}

#corner_topright img {
    display: block;
    border: 0;
    vertical-align: top;
    text-align: left
}

#corner_bottomleft img {
    display: block;
    border: 0;
    vertical-align: bottom;
    text-align: right;
}

#corner_bottomright img {
    display: block;
    border: 0;
    vertical-align: bottom;
    text-align: right;
}

#corner_topleft {
    position: absolute;
    top: 15%;
    left: 5%;
    border: 0;
    width: 15px;
    height: 15px;
}

#corner_topright {
    position: absolute;
    top: 15%;
    right: 5%;
    border: 0;
    width: 15px;
    height: 15px;
}

#corner_bottomleft {
    position: absolute;
    vertical-align: bottom;
    bottom: 15%;
    left: 5%;
    border: 0;
    width: 15px;
    height: 15px;
}

#corner_bottomright {
    position: absolute;
    vertical-align: bottom;
    bottom: 15%;
    right: 5%;
    border: 0;
    width: 15px;
    height: 15px;
}



#footer {
    height: 21px;
    position: absolute;
    left: 5%;
    width: 90%;
    bottom: 11%;
    font-size: 0.8em;
}

input.submit {	
	font-size: 13px;
	width: 200px;
	height: 26px;
	color:#FFF;
   	border-style:solid;
        border-color:#000;
	background-color: rgb(77, 98, 155);
   	border-width: 0px;
	cursor:pointer;		
}


input.all_edit {			
	font-variant:small-caps;
	font-size:1.2em;
	border-color: #88A0C8;
	font-family: Verdana;
	color:#000;
	background:#fff;
	border:1px;
	width: 250px;
	height: 20px;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	background-color: #CCC;

} 



