/* Unchanged */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #333;
	background-color:#FFFFC6;
	padding: 5px;
	/* opacity: 1; */
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	width:150px;
	text-align:center;
	line-height:15px;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 12px; }

#tooltip.pretty {
	font-family: Verdana, Geneva, sans-serif;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 1;
	background: url('shadow.png') no-repeat 0px 0px ;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 10px;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png') no-repeat 0px 0px ;
	padding-top: 60px;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png') no-repeat 0px 0px ;
}

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 { float: right; }

form div.tp-placeholder {
	background: url('help.png') no-repeat 0px 0px ;
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	top:0px;
	width:18px;
	height:16px;
	padding-right:2px;
}