@charset "utf-8";
/* Colors: 
Tiger orange: #E28F27, rgb(226, 143, 39), HSB= 33 deg, 83%, 89%,
Tiger orange 100%B: #ffa02b,
Tiger orange 95%B: #f29829,
Tiger orange 75% B: #bf7821,
Tiger orange 72% B: #b8731f,
Tiger orange 70% B: #b3701e,
Tiger orange 65% B: #a6681c,
Tiger orange 60% B: #99601a,
Tiger orange 57% B: #915b19,
Tiger orange 55% B: #8c5818,
Tiger orange 50% B: #805016,
Tiger orange 35% B: #59380f
Tiger orange 25% B: #40280b,

Leopard yellow= #FFD27C, rgb(255, 210, 124), HSB= 39 deg, 51%, 100%,
*/

/* Styles for the contact form. */

form {
    margin: 0 0 0 20px;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 250px;
}

fieldset {
    border: none;
}

/* Setting display to block forces the label for each form element onto a line of its own. */

label {
    font-weight: bold;
    color: #915b19;
	display: block;
}

/* This needs to be overridden for the subscribe and interests labels, so display is reset to inline. */

#subscribe label, #interests label {
    display: inline;
    padding: 0 20px 0 3px;
}

#interests div {
    float: left;
}

/* The warning class makes the error messages on the feedback form bold and red. */

.warning {
	text-align:center;
    font-weight: bold;
    color: #f00;
}

#recaptcha_widget_div {
	padding-left: 200px;
}