#contact-us fieldset {
	margin: 0 0 10px 0;
	padding: 7px;
}

#contact-us h2 {
	padding-top: 10px;
}

#contact-us h2:first-child {
	padding-top: 0;
}

#contact-us ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contact-us li {
	list-style-image: none !important;
	background: none;
	margin: 0 0 1em 0;
	border: none;
	padding: 0;
}

#contact-us label {
	font-size: 1.3125rem; /* 21px */
	font-weight: 300;
	margin-bottom: 1em;
}

#contact-us input[type=text],
#contact-us select,
#contact-us textarea {
	border: 1px solid #ccc;
}

#contact-us textarea {
	color: #666;
	font: 1.3125rem 'Roboto', Arial, sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
}

#contact-us select {
	color: #666;
	font-size: 1.3125rem;
	box-sizing: border-box;
	width: 100%;
	padding: 9px;
}

#contact-us legend {
	color: #666;
	font-size: 1.3125rem;
	margin: 0 0 2px 0;
}

#contact-us input[type=text] {
	color: #666;
	font-size: 1.3125rem;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
}

#contact-us img#CAPTCHA {
	vertical-align: bottom;
	margin-bottom: 10px;
}

#contact-us input[type=radio] {
	margin: 6px 6px 6px 0;
}

#contact-us input[type=submit] {
	cursor: pointer;
	color: white;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 1.5rem; /* 24px */
	background-color: #37B700;
	width: 300px;
	height: 48px;
	border: none;
	padding: 2px 10px;
}

#contact-us input[type=submit]:hover {
	border: 1px solid #7DB72F;
}

#contact-us input::placeholder { /* Firefox 18- */
  color: #ccc;
}

#contact-us input:focus::-webkit-input-placeholder { color:transparent; }
#contact-us input:focus::-moz-placeholder { color:transparent; }

#contact-us img {
	margin: 0;
	padding: 0;
	border: none;
}

#contact-us em {
	color: #7F0000;
}

#contact-us #UZTIME,
#contact-us .small-input {
	width: 96px;
}

.note {
	color: #808080;
	font-size: 11px !important;
}

.error {
	color: #7F0000;
	font-weight: 400;
}

#securityCode {
	margin-bottom: 10px;
}