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

 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:#ffffff}
.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 label.desc, .wufoo legend.desc{}
.wufoo li div, .wufoo li div label, .wufoo li span label{font-family:inherit;color:#444444}
.wufoo input.text, .wufoo textarea.textarea, select{
	font-size:100%;
	font-family:inherit;
	color:#444444;    
	border: 1px solid #bbb;
	padding-left:5px;
}
.wufoo input.text{
    height: 35px;
}
select{
    height: 35px;
}
.wufoo label.choice{color:#444444}
.wufoo .instruct{
	font-size:80%;
	font-family:inherit;
	color:#444444
}
.wufoo .buttons .submit:hover {
	background: #000000;
}
.wufoo .buttons .submit {
    color: #ffffff;
    background: #18a8ad!important;
    border: none;
	display: inline-block;
position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.wufoo ul{
	padding:0!important;
}
.wufoo li{
	width: auto!important;
	list-style:none;
}
form.wufoo {
    margin: 0!important;
}
.news-buttons div{
	text-align:center;
}
.news-form label{
	display:none;
}
.news-form li.leftHalf, .news-form li.rightHalf {
    width: 50% !important;
}
.news-form li.buttons input {
    margin-right: 0;
}