fieldset {
	border: 0px solid black; padding: 0px; margin: 8px 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-family:verdana;
	margin: 0; 
	padding: 0; 
	font-size: 10px; 
	color: #ffffff; 	
}

.no_bold_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 10px;
}
#tooltip.pretty {
	font-family:verdana;
	font-size: 10px; 
	color: #ffffff; 
	width: 300px;
	opacity: 0.9;
	background-color:#fc0101;
}

