/* - - - - - - - - - - - - - - - - - - - - -

Title :  Wufoo Form Foundation
Author :  Infinity Box Inc.
URL :  http: //wufoo.com

Last Updated :  November 13, 2007

- - - - - - - - - - - - - - - - - - - - - */
form.wufoo ul li {
	list-style-type: none;
	}
form li {
	padding: 4px 5px 2px 0;
	position: relative;
	clear: both;
	}
.clear {
	clear: both !important;
	}

/* ----- ERRORS ----- */
#errorLi {
	width: 99%;
	margin: 0 auto;
	background: #fff;
	border: 1px dotted red;
	margin-bottom: 1em;
	text-align: center;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	}
#errorMsgLbl {
	margin: 7px 0 5px 0;
	padding: 0;
	font-size: 125%;
	color: #DF0000;
	}
#errorMsg {
	margin: 0 0 .8em 0;
	color: #000;
	font-size: 100%;
	}
#errorMsg strong {
	background-color:  #FFDFDF;
	padding: 2px 3px;
	color: red;
	}
form li.error {
	display: block !important;
	background-color:  #FFDFDF !important;
	margin: 3px 0;
	}
form li.error label {
	color: #DF0000 !important;
	}
form p.error {
	display: none;
	color: red;
	font-weight: bold;
	font-size: 10px;
	margin: -2px 0 5px 0;
	clear: both;
	}
form li.error p.error {
	display: block;
	}
.leftLabel p.error, .rightLabel p.error {
	margin-left: 30%;
	padding-left: 15px;
	}
.noI .leftLabel p.error, .noI .rightLabel p.error {
	margin-left: 35%;
	padding-left: 15px;
	}

/* ----- REQUIRED ----- */
form .req {
	float: none;
	color: #ac1e23 !important;
	font-weight: bold;
	margin: 0 0 0 2px;
	}

/* ----- INSTRUCTIONS ----- */
.wufoo li { width: 520px; }
form li.focused {
	background-color: #fff7c0;
	}
form .instruct {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
	width: 42%;
	margin: 0 0 0 8px;
	padding: 8px 10px 9px 10px;
	border: 1px solid #e6e6e6;
	background: #f5f5f5;
	line-height: 130%;
	font-size: 80%;
	color: #444;
	visibility: hidden;
	}
form .instruct small {
	font-size: 105%;
	}
form li.focused .instruct, form li: hover .instruct {
	visibility: visible;
	}

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

/* - - - - - - - - - - - - - - - - - - - - -

 Title : Custom Wufoo CSS
 Author : Raina Gustafson
 URL : http://thequeensmen.com

 Last Updated : July 11, 2008

- - - - - - - - - - - - - - - - - - - - - */

/* Backgrounds & Borders */
.wufoo .focused {
	background: transparent;
	}

/* Typography */
.wufoo .info h2 {
	font-size:160%;
	color: #03013a;
	}
.wufoo .info p {
	font-size:95%;
	color: #03013a;
	}
.wufoo .section h3 {
	font-size: 110%;
	color: #03013a;
	margin-left: 0;
	}
.wufoo .section p {
	font-size:85%;
	color: #03013a;
	margin-left: 0;
	}

.wufoo li div, .wufoo li div label, .wufoo li span label {
	color: #03013a;
	}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice {
	font-size: 75%;
	color: #03013a;
	}
label.choice, input.radio, input.checkbox {
	display: inline;
	}
.wufoo label {
	margin: 6px 6px 6px 0;
	}
.wufoo .instruct {
	font-size: 80%;
	border:1px solid #e6e6e6;
}
input.text, input.file, textarea.textarea, select.select {
	font-size: 75%;
	}

.wufoo li.address {
	display: block;
	float: none;
	clear: both;
	}
.wufoo li.address input {
	float: left;
	}

	
/*input.text, textarea.textarea, .firefox select.select {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(/images/fieldbg.gif) repeat-x top;
	}
	
input.text, input.file {
	padding:2px 0 2px 0;
	}
*/

form li span { float: left; margin: 0 4px 0 0; }
form li span label { margin: 0; padding: 3px; clear: both; font-size: 9px; line-height: 9px; color: #444; display: block; }	
//form li span input, form li span label { margin: 0 8px 6px 0; }

//form li.address { width: 500px; }
form li.address span { clear: both; }
//form li.address span input { float: left; display: inline; }
//form li.address span label { float: left; margin: 0 0 0 6px; display: inline; }

.wufoo label.desc {
	display: block;
	font-weight: bold;
	clear: both;
	}	
.wufoo label.desc span { float: none; }
ul.wu-section {
	float: left;
	width: 260px;
	}
ul.wu-section li {
	width: 260px;
	}
div.buttons {
	width: 200px;
	}

/* ADDED CLASSES */

/* ----------- GLOBAL RESET ----------- */
html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	}