/* - - - - - - - - - - - - - - - - - - - - -

Title : Wufoo Form Structure
Author : Infinity Box Inc.
URL : http://wufoo.com

Last Updated : September 30, 2007

- - - - - - - - - - - - - - - - - - - - - */

body{
	margin:7px 0 15px 0;
	font-size:small;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

#container{
	text-align:left;
	background:#fff;
	margin-top:10px;
	border: 1px #CCCCCC solid;
}
#container, #top, #bottom{
	margin:0 auto;
	width:760px;
}
#top, #bottom{
	width:760px;
	height:10px !important;
	display:block !important;
}

#header {
	margin-top: 18px;
	background: #660099;
}

#content {
	min-height: 420px;
	margin: 25px;
}

#footer {
	height: 70px;
	border-top: 1px solid #CCCCCC;
	margin-top: 35px;
	clear: both;
}

form.wufoo{
	margin:20px 20px 0 20px;
	padding:0 0 20px 0;
}

/* ----- LOGO ----- */

h1{
	margin:20px 0 0 0;
	padding:0;
	min-height:0;
	text-decoration:none;
	text-indent: -999px;
}
h1 a{
	height:100%;
	min-height:75px;
	height:75px;
	display:block;
	background:  url(../images/massic-logo.png) no-repeat 10px 5px;
	overflow:hidden;
}
* html h1 a{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/massic-logo.png", sizingMethod="crop");
}

img { 
	behavior: url(images/iepngfix.htc);
	border:none;
}

.hide{
	display:none !important;
}
