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

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

 Last Updated : April 1, 2011

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

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

2. Experiment and play.

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

/* - - - Default - - - */

/* Logo */
#logo{ 
display:none;
}

#contactform{padding:40px 45px 0px 0px;width:245px; float:left; line-height:5px;}

#saveForm{background-color:#F05A23; border:none; padding:10px; font-size:13px; font-family: 'MuseoSlab500'; color:#FFF; width:265px; margin-top:-3px;}
#saveForm:hover{ cursor:pointer; background-color:#fff;color:#F05A23;}

/* Backgrounds */
html{background-image:none;background-color:#fff}
#logo{background-image:none;background-color:#669900}
#container{background:#fff}
.wufoo input.text, .wufoo textarea.textarea{background:#000 url(/images/fieldbg.gif) repeat-x top}
.wufoo .focused{background:#FFF7C0}
.wufoo .instruct{background-color:#F5F5F5}

/* Borders */
#container{border:0 solid #cccccc}
.wufoo .info{border-bottom:1px dotted #CCCCCC}
.wufoo .instruct{border:1px solid #e6e6e6}

/* Typography */
.wufoo .info h2{font-size:13px;font-family:inherit;color:#000000}
.wufoo .info div{font-size:13px;font-family:inherit;color:#444444}
.wufoo .section h3{font-size:13px;font-family:inherit;color:#000000}
.wufoo .section div{font-size:13px;font-family:inherit;color:#444444}
.wufoo label.desc, .wufoo legend.desc{font-size:13px;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:13px;font-family:inherit;color:#333333}
.wufoo label.choice{ color:#444444}
.wufoo .instruct{font-size:13px;font-family:inherit;color:#444444
}

.wufoo li div, .wufoo li div label, .wufoo li span label{ background:transparent;}

#Field1, #Field2, #Field3, #Field4, #Field5, #Field6{width:245px; border:none; background-color:#FFF; padding:10px;}

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