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

 Title : Example Custom CSS : DinoMaster!
 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 - - - */


/* Backgrounds */
.wufoo li.focused{background-color:#ffffff;border:none;}
.wufoo .instruct{background-color:#F5F5F5}

/* Borders */

/* Typography */
.wufoo .info h2{font-size:160%;font-family:inherit;color:#000000}
.wufoo .info div{font-size:95%;font-family:inherit;color:#444444}
.wufoo .section h3{font-size:110%;font-family:inherit;background:#FFFFFF;color:#000000}
.wufoo .section div{font-size:85%;font-family:inherit;color:#444444}
.wufoo label.desc, .wufoo legend.desc{display:none;}
.wufoo li div, .wufoo li div label, .wufoo li span label{font-family:inherit;color:#666666; font-weight: normal;    font-family: 'Verdana', Helvetica, Arial, Lucida, sans-serif;}
.wufoo input.text, .wufoo textarea.textarea{
margin: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    color: #999;
    background-color: #ffffff;
    font-size: 14px;
    border-bottom: 1px solid;
    padding: 16px 0 16px 0;
	background:none;
	outline: none;
	    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif!important;
    font-weight: 300!important;
}
.wufoo label.choice{color:#444444}
.wufoo .instruct{
	font-size:80%;
	font-family:inherit;
	color:#444444
}
.wufoo .buttons .submit {
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    color: #3aafaa !important;
    border-color: #3aafaa;
    letter-spacing: 0px;
	cursor: pointer;
}
form .wufoo li{
	padding: 6px 0!important;
}
.wufoo ul{
	padding: 0!important;
}
.buttons  div{
	margin: auto;
    width: 190px;
}
.wufoo li{
	width: auto!important;
	list-style:none;
}
form.wufoo {
    margin: 0!important;
}