
fieldset {
	border: 1px solid black; padding: 8px; margin: 8px 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}



#tooltip.pretty {
	font-family: Arial;
	border: none; 
	padding:5px; 
	font-size:11px;
	background:#fff;
	border:1px solid #e1e1e1;
	line-height:14px;
}
#tooltip.pretty h3 {
	font-family: Trebuchet; color:#2EA9C9;
	font-size: 11px;
	font-weight:normal;
	text-align:left;
	line-height:14px;
	width: 80px;
	/*font-size: 11px;
	font-weight:normal;
	text-align:left;*/
}
#tooltip.pretty div { width: 220px; text-align: left; }

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 { float: right; }
