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

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

- - - - - - - - - - - - - - - - - - - - - */
#container{
	text-align:left;
	border:1px dotted #fff;
	background-color:#D3DBF0;
	-webkit-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
	-moz-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
}
#container, #bottom{
	margin:0 auto;
	width:500px;
}
#bottom{
	width:510px;
	height:10px !important;
	display:block !important;
}

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

/* ----- LOGO ----- */

img, a img{
	border:none;
	-ms-interpolation-mode: bicubic;
}
* html #bottom{ 
	_behavior: url(/images/iepngfix.htc);
}

.hide{
	display:none !important;
}
