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

 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 {min-height:0; height:40px}

/* Backgrounds */
body{}
h1{background-image:none;}
#container{}
.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}

/* Typography */
.wufoo .info h2{font-size:160%;font-family:inherit;color:#000000; display:none;}
.wufoo .info div{font-size:95%;font-family:inherit;color:#444444}
.wufoo .section h3{font-size:110%;font-family:inherit;color:#000000}
.wufoo .section div{font-size:85%;font-family:inherit;color:#444444}
.wufoo label.desc{font-size:95%;font-family:inherit;color:#444444}
.wufoo li div, .wufoo li div label, .wufoo li span label{font-family:inherit;color:#444444}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{font-size:100%;font-family:inherit;color:#333333}
.wufoo input, .wufoo textarea {border:1px solid #CCCCCC; background:#FFFFFF; }
.wufoo label.choice{color:#444444}
.wufoo .instruct{font-size:80%;font-family:inherit;color:#444444
}

/* 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:#000000;
}
.wufoo li.focused div, .wufoo li.focused span, .wufoo li.focused div label, .wufoo li.focused span label{
	font-family:;
	color:#000000;
}

.confirm h2{
	font-family:inherit;
	font-size:12px;
	color:#666666;
}
.wufoo input.btTxt{
	font-size:18px;
	font-family:inherit;
	color:#000;
	background:#fff;
	border: 1px solid #fff;
	padding:10px 0 0 0;
	margin:0;
	cursor:pointer;
}
