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

 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 input.text, .wufoo textarea.textarea{background:#FFFFFF url(/images/fieldbg.gif) repeat-x top}
.wufoo li.focused{    background-color: rgba(247, 247, 247, 0);
    border-color: #a2032d;}
.wufoo .instruct{background-color:#F5F5F5}

/* 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 li div, .wufoo li div label, .wufoo li span label{font-family:inherit;color:#444444}
.wufoo input.text, .wufoo textarea.textarea{
	font-size: 13px;
    font-family: inherit;
    color: #444444;
    border: 1px solid #bbb;
    padding-left: 5px;
    outline: none;
    height: 30px;
}
.wufoo label.desc, .wufoo legend.desc {
    font-size: 14px;
}
.wufoo label.choice{color:#444444}
.wufoo .instruct{
	font-size:80%;
	font-family:inherit;
	color:#444444
}
.wufoo .buttons .submit:hover {
    background: #49afbb;
    color: #ffffff;
}
.wufoo .buttons .submit {
    background: #49afbb;
    color: #ffffff;
    display: inline-block;
	position: relative;
    padding: 0 25px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
	cursor:pointer;
	outline: none;
	text-transform: uppercase;
	font-weight: bold!important;
}
form.wufoo{
	    padding: 10px 0 20px 0;
}
form li.buttons{
	padding: 10px 1% 0 1%;
}
.wufoo ul{
	padding:0!important;
	margin-left: 0!important;
}
form li.buttons input {
    margin-right: 0;
	margin-left: 0;
}
.wufoo li{
	width: auto!important;
	list-style:none;
}
form.wufoo {
    margin: 0!important;
}