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

 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}
.wufoo li.focused{background-color: rgba(255, 255, 255, 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 label.desc, .wufoo legend.desc{font-size: 12px;}
.wufoo li div, .wufoo li div label, .wufoo li span label{font-family:inherit;color:#444444}
.wufoo input.text, .wufoo textarea.textarea{
	font-size:100%;
	font-family:inherit;
	color:#444444;
	border: 1px solid #bbb;
	padding-left:5px;
	outline: none;
}
.wufoo label.choice{color:#444444}
.wufoo .instruct{
	font-size:80%;
	font-family:inherit;
	color:#444444
}
.wufoo .buttons .submit:hover {
	background: rgba(246, 121, 37, 0.9);
	color: #ffffff;
}
.wufoo .buttons .submit {
	color: #ffffff;
    display: inline-block;
	position: relative;
	padding: 0.3em 1em;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f67925;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
	cursor:pointer;
	outline: none;
}
form.wufoo{
	padding:0!important;
}
form li.buttons{
	padding: 20px 1% 0 1%;
}
.wufoo ul{
	padding: 0!important;
}
.buttons div{
	text-align:center;
}
.wufoo li{
	width: auto!important;
	list-style:none;
}
form.wufoo {
    margin: 0!important;
}

form li.leftHalf1{
	width: 30% !important;
	clear: left !important;
  float: left;
}

form li.rightHalf1{
	width: 64% !important;
  clear: none !important;
  float: right;
}

/**Custom homepage form responsive**/

/*@media(max-width:1381px) and (min-width:1175px){
	.home_page_form #foli2{
		margin-top:20px;
	}
}
@media(max-width:1360px) and (min-width:981px){
	.home_page_form #foli4, .home_page_form #foli5{
		margin-top:20px;
	}
}*/
@media(max-width:1336px) and (min-width:1200px){
	.home_page_form #foli117{
		margin-top:20px;
	}
}
@media(max-width:324px){
	.home_page_form #foli2{
		margin-top:20px;
	}
}
@media(max-width: 980px){
     .wufoo label.desc, .wufoo legend.desc {
          font-size: 11px!important;
     }
}
/*@media(max-width:320px){
	.home_page_form #foli4, .home_page_form #foli5{
		margin-top:20px;
	}
}*/