.tooltip
{
	background-color: #333333;
	border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 11px;
    font-weight:bold;
    font-family: verdana;
    padding:  3px;
    opacity: .9;
    filter: alpha(opacity=85);
}

html, body
{
	margin:0;
	padding:0;
	height:100%;
	width: 100%;
}

* html #wrapper
{
	height: 300px;
	/* So IE plays nice */
}

#wrapper
{
	position: absolute;
	width: inherit;
	z-index: 2;
	opacity: .9;
	filter: alpha(opacity=90);
}

#dropdown
{
	width: inherit;
	z-index: 500;
}

#dropdown-content
{
	width: inherit;
	overflow: auto;
	z-index: 500;
	height: 450px;
}

#map
{
	position: relative;
	z-index: auto;
	width:  800px;
	height: 100%;
}

#wrapper-areas
{
	position: absolute;
	width: inherit;
	z-index: 2;
	opacity: .9;
	filter: alpha(opacity=80);
}

#dropdown-areas
{
	width: inherit;
	z-index: auto;
}

#dropdown-content-areas
{
	width: inherit;
	overflow: auto;
	z-index: auto;
	height: 200px;
}

#wrapper-login
{
	position: absolute;
	width: inherit;
	z-index: 2;
	opacity: .9;
	filter: alpha(opacity=80);
}

#dropdown-login
{
	width: inherit;
	z-index: auto;
}

#dropdown-content-login
{
	width: inherit;
	overflow: auto;
	z-index: auto;
	height: 200px;
}

#wrapper-info-request
{
	position: absolute;
	width: inherit;
	z-index: 2;
	opacity: .9;
	filter: alpha(opacity=80);
}

#dropdown-info-request
{
	width: inherit;
	z-index: auto;
}

#dropdown-content-info-request
{
	width: inherit;
	overflow: auto;
	z-index: auto;
	height: 500px;
}