/* Just The Tip */

.jttip {
	font-size: 14px;
	text-align: center;
	float: left;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index:9999;
}

.jttipcontent {
	padding: 10px 10px 5px 10px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	border: 1px solid #bbd4fd;
}

.nubbin {
	margin: 0 auto -2px auto;
}

.jttipcontent p {
	padding: 0;
}

#outerdiv{
	width:282px;
	height:280px;
	overflow:hidden;
	position:relative;
}
 
#inneriframe{
	width:282px;
	height:290px;
}
#jttip-1 #inneriframe{
	width:400px !important;
}
.jttipcontent div a{
	display:none;
}
.jttipcontent .close_btn{
	display:block;
	position:absolute;
	height:17px;
	width:18px;
	background:url(popup_close.png) no-repeat left;
	right:-8px;
	top:3px;
}
.jttipcontent .close_btn a{
	height:17px;
	width:18px;
	display:block;
}
