/* - - - - - - - - - - - - - - - - - - - - -

Title : Wufoo Form Structure
Author : Infinity Box Inc.
URL : http://wufoo.com

Last Updated : September 30, 2007

- - - - - - - - - - - - - - - - - - - - - */


#formContainer{
	text-align:left;
	background:#fff;
}
#formContainer, #top, #bottom, #footer{
	width:480px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top, #bottom{
	width:480px;
	height:10px !important;
	display:block !important;
}
#top{
	margin-top:10px;
}

form.wufoo{
	margin:20px 20px 0 20px;
	padding:0 0 20px 0;
}


img { 
	behavior: url(../images/forms/iepngfix.htc);
	border:none;
}

.hide{
	display:none !important;
}

