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

Title : Wufoo Form Structure
Author : Infinity Box Inc.
URL : http://wufoo.com

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

html{
}
body{
	margin:0;
	padding:0px;
	background:#fff;
	text-align:center;
	font-size:small;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

#container{
	text-align:left;
	background:#fff;

}
#container, #top, #bottom, #footer{
	margin:0 auto;

}
#top, #bottom{

	height:10px !important;
	display:block !important;
}
#top{
	padding-top:10px; /* Collapse bug if set to margin. */
	visibility:hidden !important;
}

form.wufoo{
	margin:20px 20px 0 20px;
	padding:0 0 20px 0;
}


