.wufoo input.text, .wufoo textarea.textarea{
	background:#FFFFFF url(../images/fieldbg.gif) repeat-x top
}
.wufoo .focused{
	background:#FFF7C0
}
.wufoo .instruct{
	background-color:#F5F5F5
}

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

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

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

/*
 * Buttons
 */

.buttons button:hover, .buttons a:hover, a.button:hover {
background-color:#DFF4FF;
border:1px solid #A7CEDF;
color:#336699;
}
a.button {
display:inline;
float:none;
}
.buttons a, .buttons button, a.button {
background-color:#F5F5F5;
border-color:#DEDEDE rgb(187, 187, 187) rgb(191, 191, 191) rgb(222, 222, 222);
border-style:solid;
border-width:1px;
color:#333333!important;
cursor:pointer;
display:block;
float:left;
font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
font-size: 1.2em;
font-weight:bold;
line-height:130%;
margin:0pt 0.7em 0pt 0pt;
padding:5px 10px 6px;
text-decoration:none;
}

.buttons button img, .buttons a img, a.button img {
margin:0pt 10px -3px 0pt !important;
}

a img
{
border:0pt none;
}

button.positive, a.positive {
	color:#529214!important;
}