/* - - - - - - - - - - - - - - - - - - - - -

Title : Wufoo Form Structure
Author : Infinity Box Inc.
URL : http://wufoo.com

$LastChangedDate: 2009-04-02 22:53:06 -0700 (Thu, 02 Apr 2009) $

- - - - - - - - - - - - - - - - - - - - - */
div#wufoostyles #container{
	text-align:left;
	background:#fff;
}
div#wufoostyles #container, 
div#wufoostyles #top, 
div#wufoostyles #bottom, 
div#wufoostyles #footer{
	margin:0 auto;
	width:460px;
}
div#wufoostyles #top, 
div#wufoostyles #bottom{
	width:460px;
	height:10px !important;
	display:block !important;
}
div#wufoostyles #top{
	margin-top:10px;
}

div#wufoostyles form.wufoo{
	margin:20px 20px 0 20px;
	padding:0 0 20px 0;
}

/* ----- LOGO ----- */

div#wufoostyles h1{
	margin:0;
	padding:0;
	min-height:0;
	background-color:#dedede;
	text-indent:-9000px;
	text-decoration:none;
}
div#wufoostyles h1 a{
	min-height:40px;
	height:40px;
	display:block;
	background:url(/images/wflogo.png) no-repeat left top;
	overflow:hidden;
}
div#wufoostyles * html h1 a{
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wflogo.png", sizingMethod="crop");
}
div#wufoostyles img, 
div#wufoostyles a img{
	border:none;
	-ms-interpolation-mode: bicubic;
}
div#wufoostyles * html #top, 
div#wufoostyles * html #bottom{ 
	_behavior: url(/images/iepngfix.htc);
}

div#wufoostyles .hide{
	display:none !important;
}
