body { background: #EBF5FC; color: #333; font-family: arial, helvetica, sans-serif; font-size: 15px; margin: 0; }
.header { height: 100px; margin: 0 auto; max-width: 970px; min-width: 280px; }
.form-wrapper { background: #fff; margin: 0 auto; padding: 10px 40px 20px 40px; text-align: left; max-width: 890px; min-width: 280px; box-shadow:2px 2px 5px #000; }

h1 { font-size: 24px; font-weight: normal; }
label { display: block; }
	.checkboxLabel { display: inline-block; font-size: 13px; }
span { color: #999; display: block; font-size: 11px; }
ul { margin: 0; padding: 0; }
.designs label small { display: block; margin-top: 5px;  }
ul li { list-style: none; margin: 0 0 20px 0; }

input[type="text"] { background-color: #fff; border: 1px solid #ccc; font-family: arial, sans-serif; font-size: 12px; margin-bottom: 2px; padding: 5px 8px; width: 94%; }
textarea { background-color: #fff; border: 1px solid #ccc; font-family: arial, sans-serif; font-size: 12px; padding: 5px 8px; width: 94%; }
input[type="submit"], .preview { border: 0; border-radius: 4px; -moz-border-radius: 4px; -webkitborder-radius: 4px; cursor: pointer; font-size: 16px; margin-right: 10px; padding: 10px 20px; }
.preview { background: #c4c4c4; color: #FFF; text-decoration: none; }
input.send { background: #f59331; color: #fff; }

@media only screen and (max-width: 600px) {
.form-wrapper { padding: 10px 20px 20px 20px; }
}
