/* - - - Custom Theme - - - */
#container {
	-webkit-box-shadow:rgba(0,0,0,0) 0px 0px 5px;
	-moz-box-shadow:rgba(0,0,0,0) 0px 0px 5px;
	width:98%;
}
#container, #container table td {
	font-size: 12px;
}

/* ------ Confirmation -----*/
.confirm .wufoo{
	text-align:center;
}
.confirm h2{
	font-weight:normal;
	font-size:160%;
	margin:0 0 .2em 0;
	line-height:135%;
	color:#222;
	margin:0 1em;
	padding:70px 0 10px 0;
}
.embed .confirm h2{
	padding-bottom:50px;
}

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

/* ----- Backgrounds ----- */
#container, html.embed{
	background-color:#FFFFFF;
}
.safari .wufoo input.file{
	background:none;
	border:none;
}
.wufoo li.focused{
	background-color:#FFF7C0;
}
.wufoo .instruct{
	background-color:#F5F5F5;
}

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

/* ----- Typography ----- */
.wufoo .info h2{
	font-size:160%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}
.wufoo .info div{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.wufoo .section h3{
	font-size:14px;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}
.wufoo .section div{
	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 label.choice{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
}
.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label{
	font-family:inherit;
	color:#444444;
}
.safari .wufoo input.file{ /* Webkit */
	font-size:100%;
	font-family:inherit;
	color:#444444;
}
.wufoo .instruct small{
	font-size:85%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.wufoo .info, .wufoo .paging-context b {
	cursor:pointer;
}

.altInstruct small, li.leftHalf small, li.rightHalf small,
li.leftThird small, li.middleThird small, li.rightThird small,
.iphone small{
	color:#444444 !important;
}

/* ----- Button Styles ----- */

.wufoo .buttons {
	margin-left: 0 !important;
}

.wufoo input.btTxt{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}

.wufoo input.btTxtsubmit{
	color:#fff;
	background-color: #4d4d4d;
	padding: 8px 15px;
	border: none;
	cursor: pointer;
}

/* ----- Highlight Styles ----- */

.wufoo li.focused label.desc,
.wufoo li.focused div, .wufoo li.focused span, .wufoo li.focused div label, .wufoo li.focused span label,
.safari .wufoo li.focused input.file{ 
	color:#000000;
}

/* ----- Pagination ----- */

.pg1 var, .pg2 var, .pg2 em, .page1 .pg2 var, .pg1 b, .wufoo .buttons .marker{
	font-family:inherit;
	color:#444444;
	font-weight: bold;
}
.pg1 var, .pg2 td{
	border:1px solid #cccccc;
}
.pg1 .done var{
	background:#cccccc;
}

.pg1 .selected var, .pg2 var, .pg2 var em{
	background:#FFF7C0;
	color:#000000;
}
.pg1 .selected var{
	border:1px solid #e6dead;
}
.pg1 td.t b{
	font-size: 14px !important;
}

/* Drop Shadows */
#bottom{
	visibility:hidden;
	width:670px;
}

#successLi{
	width:99%;
	margin:15px auto 0 auto;
	background:#fff !important;
	border:1px solid #33CC00;
	margin-bottom:1em;
	text-align:center;
	padding:1em 0 1em 0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
#successMsgLbl{
	margin:0 0 5px 0;
	padding:0;
	font-size:125%;
	color:#33CC00 !important;
}
#successMsg{
	margin:0 0 2px 0;
	color:#000 !important;
	font-size:100%;
}
#successMsg strong{
	padding:2px 3px;
	background-color: #C1F0B2 !important;
	color:#33CC00 !important;
}

