/* - - - Custom Theme - - - */

#container{
	background-color:#fff;
	border:0 solid #cccccc;
	width: 600px;	
}
#containerWide{
	background-color:#fff;
	border:0 solid #cccccc;
	width: 800px;
}

.wufoo input.text, .wufoo textarea.textarea{
	background:#FFFFFF url(../images/fieldbg.gif) repeat-x top;
}
.wufoo .focused{
	background-color:#f5f5f5;
}
.wufoo .instruct{
	background-color:#f5f5f5;
}

/* Borders */

.wufoo .info{
	border-bottom:1px dotted #c7c282;
}
.wufoo .section{
	border-top:1px dotted #c7c282;
}
.wufoo input.text, .wufoo textarea.textarea{
	border:;
}
.wufoo .instruct{
	border:0 solid #e6e6e6;
}

/* Typography */
.wufoo .info h2{
	/* font-size:130%; */
	font-family:inherit;
	font-weight:;
	font-style:;
	/* color:#000000; */
}
.wufoo .info p{
	/* font-size:95%; */
	font-family:inherit;
	font-weight:;
	font-style:;
	margin-bottom: 0px;
}
.wufoo .section h3{
	/* font-size:110%; */
	font-family:inherit;
	font-weight:;
	font-style:;
	/* color:#000000; */
}
.wufoo .section p{
	/* font-size:95%; */
	font-family:inherit;
	font-weight:;
	font-style:;
	/* color:#444444; */
}

.wufoo .graph h3{
	color:#000000;
}
.wufoo .footer{
	color:#000000;
}
.wufoo .footer span{
	color:#444444;
}

.wufoo label.desc{
	/* font-size:95%; */
	font-family:inherit;
	font-weight:;
	font-style:;
	/* color:#444444; */
}
.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label{
	font-family:inherit;
	color:#444444;
}
.wufoo label.choice{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	/* color:#444444; */
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select{

	/*
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
	*/
}
.wufoo .instruct{
	font-size:90%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#7A7A7A;
}
.wufoo li.altInstruct .instruct, .wufoo li.leftHalf .instruct, .wufoo li.rightHalf .instruct{
	/* color:#444444; */
}
.wufoo input.btTxt{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}

.wufoo li.focused label.desc{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}
.wufoo li.focused label.desc{
	color:;
}
.wufoo li.focused div, .wufoo li.focused span, .wufoo li.focused div label, .wufoo li.focused span label{
	font-family:;
	color:;
}

input.text, select.select {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}



