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

 Title : Example Custom CSS : DinoMaster!
 Author : Infinity Box Inc.
 URL : http://wufoo.com

 Last Updated : September 26, 2007

- - - - - - - - - - - - - - - - - - - - - 

INSTRUCTIONS
1. Copy / Paste all or portions of these
CSS rules into "custom.css".

2. Experiment and play.

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

/* - - - Default - - - */

/* Logo */
h1 a {}

/* Backgrounds */
h1{background-image:none;}
#container{background:#FFFFFF;}
.wufoo input.text, .wufoo textarea.textarea{}
.wufoo .focused{background:#F5F5F5}
.wufoo .instruct{background-color:#F5F5F5}

/* Borders */
#container{border:0 solid #cccccc}
.wufoo .info{border-bottom:1px dotted #CCCCCC}
.wufoo .section{border-top:1px dotted #CCCCCC}
.wufoo .instruct{border:1px solid #e6e6e6}
.wufoo h2 {color:red; font-size:12px; text-align:left; padding:0; margin:0;}
/* Typography */
.wufoo .info h2{font-size:14px;font-family:Arial, Helvetica, sans-serif; color:#003F89; display:none; }
.wufoo .info div{font-size:95%;font-family:Arial, Helvetica, sans-serif;color:#666666}
.wufoo .section h3{font-size:12px;font-family:Arial, Helvetica, sans-serif;background:#FFFFFF;color:#003F89}
.wufoo .section div{font-size:85%;font-family:Arial, Helvetica, sans-serif;color:#666666}
.wufoo label.desc{font-size:95%;font-family:Arial, Helvetica, sans-serif;color:#666666}
.wufoo li div, .wufoo li div label, .wufoo li span label{font-family:Arial, Helvetica, sans-serif;color:#444444}
.wufoo input {border:1px solid #CCCCCC; background:#FFFFFF;}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{font-size:100%;font-family:inherit;color:#666666; }
.wufoo label.choice{color:#666666}
.wufoo .instruct{font-size:80%;font-family:Arial, Helvetica, sans-serif;color:#666666}

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

.wufoo label.desc{
	font-size:12px;
	font-family:inherit;
	font-weight:normal;
	font-style:;
	color:#666666;
}
.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label{
	font-family:inherit;
	color:#666666;
}

.wufoo li.focused label.desc{
	font-size:12px;
	font-family:;
	font-weight:bold;
	font-style:;
	color:#003F89;
}
.wufoo li.focused div, .wufoo li.focused span, .wufoo li.focused div label, .wufoo li.focused span label{
	font-family:;
	color:#003F89;
}

.confirm h2{
	font-family:inherit;
	font-size:12px;
	color:#666666;
}
.wufoo input.btTxt{
	font-size:13px;
	font-family:inherit;
	font-weight:bold;
	font-style:;
	color:#666666;
	background:#F5F5F5;
}
