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

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

Last Updated : September 30, 2007

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

body{
	background-image: url(alumni_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	margin-top: 0px;
}

#container{
	text-align:left;
	background:#fff;
}
#container, #top, #bottom, #footer{
	width:750px;
	margin: 0 auto;
}
#top, #bottom{
	width:750px;
	height:10px !important;
	display:block !important;
}
#top{
	margin-top:10px;
}

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

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

h1{
	min-height:0px;
	background-color:#7394A6;
	text-indent:10px;
	text-decoration:none;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: Georgia;
	font-style: italic;
}
h1 a{
	height:100%;
	min-height:20px;
	display:block;
	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;
}
