#imw_tooltip_shadow {
	color: BLACK;
	background: BLACK;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	display: none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#imw_tooltip_simple {
	padding: 0px;
	position: absolute;
	visibility: hidden;
	display: none;
	width: 500px;
	height: 300px;
	left: 100px;
	top: 70px;
	border: 2px solid #e27b00;
	text-align: left;
	background: #FFEAAE;
}

#imw_tooltip_simple_content {
	line-height: 14px;
	margin: 3px;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
}


#imw_tooltip_full {
	border: 0px solid green;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	display: none;
	width: 400px;
	height: 300px;
	left: 50px;
	top: 50px;
	text-align: left;
}

#imw_tooltip_full_title {
	width: 390px;
	height: 16px;
	padding: 2px 0px 2px 0px;
	background: #e27b00;
	float: left;
	font-weight: bold;
	color: WHITE;
	font-size: 14px;
	font-family: Arial;
	text-align: center;
}

#imw_tooltip_full_content {
	line-height: 14px;
	text-align: left;
	font-size: 12px;
	clear: left;
	float: left;
	font-weight: normal;
	width: 384px;
	height: 269px;
	padding: 0px 3px 0px 3px;
}
