h1 a {
	background-image:url('../images/wflogo.png'); 
	min-height:0;
	height:40px;
}
* html h1 a {/* IE6 png Support */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/wflogo.png", sizingMethod="crop");
}


h1{
	background-image:none;
	background-color:#cccccc;
}
#container, body.embed{
	background-color:#FFFFFF;
}
.former input.text, .former textarea.textarea{
	background:#FFFFFF url(../images/fieldbg.gif) repeat-x top;
}
.former .focused{
	background-color:#FFF7C0;
}
.former .instruct{
	background-color:#F5F5F5;
}

/* Borders */
#container{
	border:0 solid #ff9900;
}
.former .info{
	border-bottom:1px dotted #CCCCCC;
}
.former .section{
	border-top:1px dotted #CCCCCC;
}
.former input.text, .former textarea.textarea{
	border:;
}
.former .instruct{
	border:1px solid #E6E6E6;
}

/* Typography */
.former .info h2{
	font-size:160%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}
.former .info p{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#FFFFF;
}
.former .section h3{
	font-size:110%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}	
.former .section p{
	font-size:85%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#FFFFFF;
}	
.former label.desc{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#FFFFFF;
}
.former li div, .former li span, .former li div label, .former li span label{
	font-family:inherit;
	color:#FFFFFF;
}
.former label.choice{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#FFFFFF;
}
.former input.text, .former textarea.textarea, .former select.select{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
}
.former .instruct{
	font-size:80%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#FFFFFF;
}
.former li.altInstruct .instruct, .former li.leftHalf .instruct, .former li.rightHalf .instruct{
	color:#FFFFFF;
}
.former input.btTxt{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}

.former li.focused label.desc{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:#000;
}
.former li.focused label.desc{
	color:#000;
}
.former li.focused div, .former li.focused span, .former li.focused div label, .former li.focused span label{
	font-family:;
	color:#000;
}

/* Drop Shadows */
#top, #bottom{
	visibility:visible;
}