﻿/* - - - - - - - - - - - - - - - - - - - - -

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

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

body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:14px;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	background:url(/StaticHTML/Images/pageBackground.png) repeat-y;

}
#header {
	display:block;
	width:903px;
	height:70px;
	background:url(/StaticHTML/Images/pageHeader.png) repeat-x;
	margin-top:-27px;
	margin-left:-3px;
	margin-right:-3px;
	padding-bottom:0px;	
	text-align:left
}

#header h1 {
	padding-left:50px;
	padding-top:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#fff;		
}

#container{
	text-align:left;
	width:800px;

}
h2 {
	margin-bottom:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#cc0000;
}
h3 {
	margin-bottom:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#cc0000;
}

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

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


.hide{
	display:none !important;
}

