@charset "utf-8";

/* stylesheet.css
Created by anqiue
 */


.rounded, .rounded a, .rounded a:active, .rounded a:visited, .rounded a:hover {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
}


.tipsy { 
	opacity: 0.8; 
	filter: alpha(opacity=80); 
}
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }


#scroll_top a
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: .8;
}
