div#box{
position:absolute; top:5%; left:30%;
width:120px; height:125px;
overflow:hidden; // O overflow é usado para inibir o aumento não desejado do div.
border:1px solid white;
}

div.f-transp{
	position:absolute;
	width:nome;
	height:nome;
	width:209px;
	height:inherit;
	background:#13365E;
	filter:alpha(opacity=85, finishopacity=85, style=1);
	opacity:.9;
	-khtml-opacity:.9;
	border:none;
	border-style:1px;
	border:1px dotted white;
	font-color: #FF0000;
	visibility: hidden;
} 

