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

 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 - - - */

/* Logo */



/* Backgrounds */
html {
	background-image: none;
	background-color: #000000
}
#container {
	background: #000
}
.wufoo input.text, .wufoo textarea.textarea {
	background: #FFFFFF url(/images/fieldbg.gif) repeat-x top
}
.wufoo .focused {
	background: #000000
}
.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: 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: 14px;
	font-family: inherit;
	color: #363535;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 200;
}
.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: 100%;
	font-family: inherit;
	color: #333333
}
.wufoo label.choice {
	color: #444444
}
.wufoo .instruct {
	font-size: 80%;
	font-family: inherit;
	color: #444444
}
.wufoo text{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial,;
	font-size: 10px;
	color: #EEEEEE;
}
.wufoo input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.wufoo input[type=submit] {
    width: 50%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.wufoo input[type=submit]:hover {
    background-color: #037808;
}

.wufoo div {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
	width: 400px;
}