/* ---( = begin generic form elements )------------------------------- */

fieldset {
	overflow: hidden;
	margin-bottom: 1.5em; }
legend {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold; }
label {
	clear: left;
	font-weight: normal;
	cursor: pointer;
	display: block;
	margin-bottom: 0; }
input, textarea {
	color: #999;
	background: #fcfcfc;
	border: 1px solid #dadada;
	padding: 4px 2px;
	vertical-align: middle;
	margin: .3em 0 1.2em 0; }
input:focus, textarea:focus {
	border: 1px solid #bababa;
	background: #fafafa;
	color: #333; }
textarea {
	min-height: 12em; }
.main input, .main textarea {
	width: 514px; }
button, input[type=submit] {
	background: #fcfcfc;
	border: 1px solid #dadada;
	padding: .4em .4em .25em .4em;
	display: block;
	color: #ed1c24;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: .9em; }
button::-moz-focus-inner { 
    border: 0;
    padding: 0; }
button:hover {
	background: #fafafa;
	color: #3399cc;
	border-color: #bababa; }

/* ---( = begin specific form elements )------------------------------- */

#header .search-form {
	position: absolute;
	right: 0;
	width: 300px;
	margin-top: -35px; }
.search-form fieldset {
	overflow: visible; }
.search-form legend {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #ed1c24;
	text-transform: uppercase; }
.search-form label {
	font-weight: bold; }
.search-form input {
	 margin: 0;
	 box-shadow: 2px 2px 1px #f0f0f0;
	-moz-box-shadow: 2px 2px 1px #f0f0f0;
	-webkit-box-shadow: 2px 2px 1px #f0f0f0;
	-o-box-shadow: 2px 2px 1px #f0f0f0; }
.search-form #query {
	 width: 225px;
	 float: left;
	 height: 16px; }
.search-form #search-submit {
	height: 26px;
	display: inline;
	margin: 0 0 0 1em;
	box-shadow: 2px 2px 1px #f0f0f0;
	-moz-box-shadow: 2px 2px 1px #f0f0f0;
	-webkit-box-shadow: 2px 2px 1px #f0f0f0;
	-o-box-shadow: 2px 2px 1px #f0f0f0;
	color: #999; }
.search-form #search-submit:hover, .search-form #search-submit:focus {
	color: #3399cc; }

#footer fieldset {
	margin: -1.5em 0 0 0; }
#footer label {
	float: left;
	width: 90px;
	margin: .4em 10px 0 0;
	text-align: right; }
.sidebar label {
	float: left;
	width: 70px;
	margin: .4em 10px 0 0; }
#footer input, .sidebar input {
	margin-top: 0;
	width: 150px; 
	color: #777}
.sidebar input {
	margin: 0 0 .75em 0; }
#footer input:focus, .sidebar input:focus {
	background: #fff; }
#footer button {
	margin-left: 100px;
	color: red}
.sidebar button {
	margin-left: 80px;
	width: auto; }
#footer button:hover, .sidebar button:hover {
	background: #fff; }

#banner-controls {
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -70px;
	top: 50%;
	margin-top: -12px; }
#banner-controls button {
	display: inline-block;
	margin-right: 10px;
	color: #ddd;
	color: rgba(255,255,255,.75);
	border: 2px solid #b2b2b2;
	border: 2px solid rgba(255,255,255,.3);
	background-color: #6e6e6e;
	background-color: rgba(0,0,0,.5);
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	-o-border-radius: .5em; }
#banner-controls button:hover, #banner-controls button:focus {
	color: #fff;
	background-color: #3c3c3c;
	background-color: rgba(0,0,0,.75); }
#banner-controls button:active {
	border-color: #fff; }

#si_contact_form1 {
	width: 414px;
	margin-left: 100px; }
#si_contact_form1 input, #si_contact_form1 textarea {
	width: 395px; }
.contact-images {
	float: left;
	text-align: center;
	width: 75px;
	margin-right: 35px; }
.contact-images img {
	margin-right: 0; }
#si_contact_form1 div, #si_contact_form1 .error {
	margin: .25em 0;
	padding: .25em .75em;
	background: #f1f4f3;
	font-weight: bold; }
#si_contact_form1 div:first-of-type, #si_contact_form1 .error:first-of-type {
	margin-bottom: 1.5em; }