.form-box p:not(.message):not(.alert) {
	text-align: center;
}
form {
	margin: 30px auto 0;
}
form .form-row {
	margin: 0 0 15px;
}
form .form-field {
	position: relative;
}
form .small, form .medium {
	display: inline-block;
}
form .small {
	width: 100px;
}
form .medium {
	width: 425px;
}
form .medium.pr {
	padding-right: 10px;
}
form .medium.pl {
	padding-left: 10px;
}
form label, form input:not([type="checkbox"]):not(.btn), form textarea, form select, form span {
	display: block;
	outline: none;
	width: 100%;
}
form label {
	margin-bottom: 5px;
}
form input, form textarea, form select {
	background-color: #fff;
}
form input:not([type="checkbox"]):not(.btn), form textarea {
	padding: 2px 5px;
}
form input:not(.btn), form textarea, form select {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #ccc;
}
form input:not([type="checkbox"]):not(.btn) {
	width: 100%;
	height: 35px;
}
form textarea {
	width: 100%;
	height: 200px;
	resize: vertical;
	max-height: 405px;
	overflow: auto;
}
form textarea.wide {
	width: 450px;
}
form select {
	height: 35px;
}
form input:not([type="checkbox"]):not(.btn):focus, form textarea:focus  {
	border: 1px solid #006633;
}
form .check-label {
	white-space: nowrap;
	margin: -12px 0 15px;
}
form input[type="checkbox"] {
	display: inline-block;
	outline: none;
	margin: 0 5px;
}
form .btn {
	margin-top: 30px;
}
form .indent {
	padding-left: 123px;
}
form .center {
	text-align: center;
}
form .error-label {
	margin: 0 0 15px;
    display: block;
    font-weight: 600;
    color: #d30000;
}
form .error input,
form .error select,
form .error textarea {
	margin: 0;
    border-color: #d30000;
    background-color: #fff4f4;
}
form .success-icon {
	position: absolute;
	top: 39px;
	right: 6px;
	width: auto;
	font-size: 20px;
	color: #25ad00;
}
form .success-icon.ext {
	top: 2px;
}

/* contact form */

#contact-form-box form {
	width: 375px;
}

/* signature form */

#support-form-box form {
	width: 530px;
}

#support-form-box .alert {
	margin-bottom: 15px;
}

form label[for="subscribe"] {
	width: auto;
	display: inline-block;
	line-height: normal;
}

select#prov {
	width: 130px;
}
textarea#remarks {
	height: 100px;
	max-height: 300px;
}