textarea
{
	height: 5.75em;
	max-height: 5.75em;
	resize: none;
}

.form-field
{
	display: block;
	padding-bottom: 1em;
}

.form-field input,
.form-field textarea,
.form-field select
{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	border: none;
	margin-top: .25em;
	font-family: Helvetica, sans-serif;
	width: 100%;
}

.form-field select
{
	padding: 5px 3px;
}

.error {
    color: red;
    display: block;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: .75em;
}

div.adoption-form
{
	background-color: #2b2f3a;
}

form
{
	max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 1em;
}

.text-xs-center {
	text-align: center;
}

.g-recaptcha {
	display: inline-block;
}

label.form-field
{
	color: #e26700;
	max-width: 100%;
}

label.form-field.submit
{
	text-align: center;
}

label.form-field.contact
{
	display: inline-block;
	margin-right: 1em;
	width: 244px;
}

label.form-field.contact.state
{
	width: 45px;
}

label.form-field.contact.zip
{
	width: 80px;
}

label.form-field.contact.phone
{
	width: 175px;
}

label.form-field.contact.email
{
	max-width: 100%;
	width: 410px;
}

input[type="submit"]
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
    width: 7em;
    height: 3em;
	background-color: #e26700;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
}

.puppy-deposit {
	text-align: center;
}

img.litter-parents {
	height: 250px;
	width: 250px;
}

div.litter-parents {
	text-align: center;
}

.contact p
{
	text-align: center;
}

.contact h2
{
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	color: #979891;
	margin-top: .25em;
	display: block;
}