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

fieldset {
	overflow: hidden; }
legend {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold; }
label {
	clear: left;
	font-weight: normal;
	cursor: pointer; }
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, .button {
	background: #fcfcfc;
	border: 1px solid #dadada;
	padding: .4em .4em .25em .4em;
	display: block;
	color: #0f4dbc;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, "Trebuchet MS", Trebuchet, sans-serif;
	font-size: .9em; }
button::-moz-focus-inner { 
    border: 0;
    padding: 0; }
.button {
	display: block;
	text-decoration: none; }
button:hover, button:focus, .button:hover, .button:focus {
	background: #fafafa;
	color: #7e3f98;
	border-color: #bababa; }

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

#search-form {
	margin: 1.4em 0 2em 0; }
#search-form fieldset {
	overflow: visible; }
#search-form legend {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #0f4dbc;
	text-transform: uppercase; }
#search-form label {
	font-weight: bold;
	display: none; }
#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: 220px;
	 float: left;
	 height: 16px; }
#search-form #search-submit {
	height: 26px;
	width: 60px;
	display: inline;
	margin: 0 0 0 10px;
	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; }

#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; }
.sidebar input {
	margin: 0 0 .75em 0; }
#footer input:focus, .sidebar input:focus {
	background: #fff; }
#footer button {
	margin-left: 100px;
	width: auto; }
.sidebar button {
	margin-left: 80px;
	width: auto; }
#footer input:focus, #footer textarea:focus, .sidebar input:focus, .sidebar textarea:focus {
	background: #fff; }
#footer button:hover, .sidebar button:hover {
	background: #fff; }

.locationDate .button {
	margin: .5em 0 .5em 90px;
	width: 20%;
	text-align: center;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: 1em;
	box-shadow: 1px 1px 1px #888;
	-webkit-box-shadow: 1px 1px 1px #888;
	-moz-box-shadow: 1px 1px 1px #888;
	-webkit-transition: background .5s, color .5s;
	clear: both; }
.locationDate .speaker {
	margin: 0 1em 0 0; }

/* Contact form stylsheets */
#si_contact_form1 {
	width: 414px;
	margin-left: 100px; }
#si_contact_form1 input, #si_contact_form1 textarea {
	width: 414px; }
.contact-images {
	float: left;
	text-align: center;
	width: 75px; }
.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; }