
html,body,iframe {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	font-family: Verdana, Arial;
}

iframe {
	border: 0;
	margin: 0 0 -4px 0;
	padding: 0 0 0 0; 
	z-index : 0;
	width: 100%;
	z-index: 0;
	height: 100%;
}
#titleBarSmall,
#titleBar {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	z-index: 10;
	background : #222;
	color: #999;
	font-size: 10px;
	width: 190px;
	line-height: 15px;
	
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
}

#titleBarSmall {
    display: none;
    width: 45px;
    padding: 2px;
    line-height: 10px;   
}

#titleBarSmall a,
#titleBar a{
	color: #ccc;
	text-decoration: none;
	}
#titleBarSmall a:hover,
#titleBar a:hover {
	color: #FF7D0A;
	}

#titleBar img {
	border: 0;
	float: left;
	margin-right: 5px;
	}
	
#close {
	float: right;
	padding-right: 12px;
	}