#loading {
	text-align: center;
	position: absolute;
	left: 65%;
	top:50%;
	overflow: visible;
	visibility: visible;
	display: block;
}
#map {
	width: 90%;/**/
    /*height: 60em;/**/
    height: 400px;
    /*width: 400px;/**/
    border: 1px solid black;
    margin: 0 auto;
    color: black;
}

#submision{
	display: none;
}

#textfields{
	width: 48%;
	float: left;
}

#textfields label{
	position: relative;
	top: 0.3em;
	width: 14em;
	display: block;
	float: left;
	margin: 0.15em 0 0.15em 0.5em;
	clear: left;
}

#textfields p{
	position: relative;
	top: 0.3em;
	display: block;
	float: left;
	margin: 0.15em 0 0.15em 0.5em;
	clear: left;
}

#textfields input.file{
	width: 210px;
	margin: 0.15em 0 0.15em 0.15em;
}
#textfields input.text,
#textfields input.shorttext,
#textfields input.vshorttext,
#textfields input.readonly, 
#textfields input.shortreadonly, 
#textfields input.vshortreadonly,
#textfields select{
	width: 200px;
	margin: 0.15em 0 0.15em 0.2em;
}
#textfields input.shorttext,
#textfields input.shortreadonly, 
#textfields .shorttext, 
#textfields .shortreadonly{
	width: 150px;
}
#textfields input.vshorttext,
#textfields input.vshortreadonly,
#textfields .vshorttext, 
#textfields .vshortreadonly{
	width: 50px;
}
#textfields input.readonly,
#textfields input.shortreadonly, 
#textfields input.vshortreadonly{
	color: #000;	
	background-color: transparent;
	font-weight: bold;
	border: 0;	
}
#textfields span.nolabel label{
	display: none;
	clear: none;	
}
#textfields ul{
	list-style: none outside none;
	padding-left: 0;
}
#editor{
	clear both;
}
#treeDiv{
	height :20em;
	overflow-x: hidden;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical !important;
	border: solid 1px DarkGray;
	background: white;
	color: black;
}

#treeDiv a:link, #treeDiv a:visited, #treeDiv a:hover, #treeDiv a:active {
	color: black;
}

#bodytext___Frame {
	background: white;
}