#preview_tooltip{
	border:red solid 1px;
	border:#bccce6 solid 1px;
	position:absolute;
	top: 0;
	left: 0;
	display: none;
	width:auto;
	height:auto;
	z-index:1000000;
	background-color:#fff;
}

#preview_img_td{
	background-color:#fff;
	text-align:center;
	padding:15px 40px 5px 40px;
}

#headline{
	text-align:center;
	padding:5px 40px 2px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #918C88;
	font-size: 10px;
}

#preview_info{
	text-align:center;
	padding:5px 40px 2px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #918C88;
	font-size: 10px;
}

#preview_info2{
	text-align:center;
	padding:0px 40px 20px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #918C88;
	font-size: 10px;
}

#preview_ul{
	width:0px;
	height:0px;
	}
#preview_ur{
	width:0px;
	height:0px;
}
#preview_ll{
	width:0px;
	height:0px;
}
#preview_lr{
	width:0px;
	height:0px;
}

/* New Tooltip*/
#Tooltip {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 1000000;
}

#Tooltip_info {
	position: relative;
	z-index: 999999;
}

/* Style for AgencyInfo */
.agencyinfo {
	color: #000;
	padding: 5px;
	font-size: 11px;
	background: #F1F1F1;
	border: 1px solid #B8AFA8;
}

.agencyinfo .head-flower {
	position: relative;
	float: left;
	margin-right: 3px;
}

.agencyinfo .head-content {
	margin-top: 10px;
}

.agencyinfo .head-text {
	margin-top: 5px;
}

/* Style for RM/RFInfo */
.rmfinfo {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: auto;
	height: auto;
	color: #000;
	padding: 5px;
	font-size: 11px;
	background: #F1F1F1;
	border: 1px solid #B8AFA8;
	z-index:10000;
}

/* StandardStyle for all tips */
.standard {
	color: #000;
	padding: 5px;
	font-size: 11px;
	background: #F1F1F1;
	border: 1px solid #B8AFA8;
}
