#nGloss {
	background-color: #c0daed;
	cursor: pointer;
}

.GlosBox {
	overflow:hidden;
	border: 1px solid #00559c;
	width: 200px;
	height: 200px;
	background-color: #FFFFFF;
	top: 200px;
	left: 200px;
	padding: 5px 5px 5px 5px;
}

html>/**/body .GlosBox, x:-moz-any-link, x:default {
	width:190px;
}


.GlosBox div div div div {
	overflow-y: auto;
	overflow-x: hidden;
	width: 190px;
	height: 170px;
}

.GlosBox .titGlossario{
	color: #00599c;
	position: relative;
	border-bottom: 1px solid #00599c;
	text-align: left;
	padding: 0 0 5px 0;
	font-weight:bold;
}
.GlosBox .titGlossario .btverTodos{
	position: absolute;
	top: 0px;
	left: 91px;	
	font-size: 10px;
}

.GlosBox .titGlossario .btFechar{
	position: absolute;
	top: 0px;
	right:5px;
	font-size: 10px;
	color: #888;
	background: url(/resources/nuova.Votorantim.Sites.Common/imgs/btFecharFloater.gif) no-repeat right;
	width: 48px;
	cursor: pointer;
}

