.prototip { position: absolute; }
.prototip .effectWrapper,
.prototip .tooltip,
.prototip .toolbar,
.prototip .toolbar .title {	position: relative; }
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: auto;
	height: auto;
	display: block;
	line-height: 10px;
	font-size: 0px;
	border: 0;
}
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	background: url(../img/loadhelp.gif);
	height: 19px;
	width: 220px;
}

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}
