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

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

Last Updated : September 30, 2007

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

body{
	background:#eee;
	margin:7px 0 15px 0;
	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;
	width:930px;
}
#top, #bottom{
	width:940;
	height:10px !important;
	display:block !important;
}
#top{
	margin-top:10px;
}

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

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

h1{
	margin:0;
	padding:0;
	min-height:0;
	background-color:#eaeff4;
	text-indent:-9000px;
	text-decoration:none;
}
h1 a{
	height:100%;
	min-height:40px;
	height:50px;
	margin-left:18px;
	display:block;
	background:url(../images/logo.gif) no-repeat left top;
	overflow:hidden;
}
* html h1 a{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/wflogo.png", sizingMethod="crop");
}

img { 
	behavior: url(../images/iepngfix.htc);
	border:none;
}

.hide{
	display:none !important;
}

#search {float:right; display:inline; text-align:right; margin:15px 0 0 -10px; border-bottom: 1px solid #ABC6E4; padding:0 0 10px 0; width:700px; vertical-align:middle;}

/* Footer Items */

#footer {clear:both; border-top:1px solid #abc7e4; margin:20px 0 0 0; padding:12px 0 0 0; margin-left:18px; margin-right:18px; width:894px;}
#footer p {font-size:11px; color:#9a9a9a; margin:5px 0; padding:0; margin-left:18px;}
#footer p a:link, #footer p a:active, #footer p a:visited {color:#8aa6ba; text-decoration:none;}
#footer p a:hover {color:#000000;}

