input {
    color: #FB9D23 !important;
	font-weight: bolder;
}
input[disabled] {
    color:#ccc !important;
	background: #B1CEED !important;
	border: 1px solid #999999 !important;
}
.wufoo ul li ul {
    position: relative;
	right: 9px;
}

#formbody{
	text-align:left;
	background:#fff;
}
#formbody, #top, #bottom, #footer{
	margin:0 auto;
	width:640px;
}
#top, #bottom{
	width:650px;
	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:#dedede;
	text-indent:-9000px;
	text-decoration:none;
}
h1 a{
	height:100%;
	min-height:40px;
	height:40px;
	display:block;
	background:url(../images/wflogo.png) no-repeat left top;
	overflow:hidden;
}
.hide{
	display:none !important;
}

