/* - - - - - - - - - - - - - - - - - - - - -

Title : Wufoo Report CSS
Author : Infinity Box Inc.
URL : http://wufoo.com

Last Updated : February 1, 2007

- - - - - - - - - - - - - - - - - - - - - */

*{
	margin:0;
	padding:0;
}
body{
	margin:2px 0 2px 0;
	text-align:right;
	background:none;
	font-size:small;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
* html body{
	font-size:x-small; /* for IE5/Win */
	f\ont-size:small; /* for other IE versions */
	color:#FFFFFF;
}

/* ----- IDS ----- */

#container{
	background:none;
	text-align:right;
	width:175px;

	
}

#container, #top, #bottom{
	margin:3px 10px 0 10px;
}

#top, #bottom{
	height:3px;
	display:block !important;
}

#counter{
font-family:"Century Gothic", Arial, Verdana, Impact;
font-size:20px;
font-weight:700;
color:#FFFFFF
}

#supporter-caption{
color:#FFFFFF;
font-size:16px;
}

/* ----- ELEMENTS ----- */

h1, h2, h3{
	font-weight:normal;
}
p{
	color:#FFFFFF;
}

/* ----- BREAKS ----- */

hr{
	visibility:hidden;
	clear:both;
	height:20px;
	width:0;
}

/* ----- CLASSES ----- */

.inline{
	display:inline !important;
}
.center{
	text-align:center !important;
}
.left{
	float:left;
	text-align:right
}
.right{
	float:right;
}
.hide{
	display:none !important;
}
.strong{
	font-weight:bold;
}

.caption{
color:#FFFFFF;
font-size:10px;
}

/* ----- CLEARFIX ----- */

.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {display:inline-block;}
* html .clearfix{height: 1%;}
.clearfix[class]{display:block;}

