/*MOBIUS NEW MEDIA STYLE SHEET */
@charset "UTF-8";
form {
	margin: 20px 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0 0 1.2em 0;
	border-style: none;
	position: relative;
}
#form_contact {
	margin: 0;
	z-index: 0;
	background: #fff;
	border: 1px dotted #909;
}
#form_contact fieldset {
}
legend {
	margin-left: 1em;
	padding: 0;
}
legend span {
	position: absolute;
	margin-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.8em;
	color: #606;
	left: 0.60em;
	top: 0;
}
fieldset ol {
	padding: 4.75em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1.2em;
}
fieldset.submit {
	margin: 0;
	padding: 1.5em 0 1.2em 1em;
	border-bottom: none;
	text-align: left;
}
label {
	font-size: 1.2em;
	display: block;
	font-weight: bold;
	padding-bottom: 2px;
	color: #111;
}
.text, .textarea {
	width: 97%;
	padding: 3px;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	background: #606;
	border: 2px solid #909;
	color: #fcf;
	overflow: auto;
}
.text {
	font-weight: bold;
	height: 20px;
}
#form_streetTeam .textarea {
	font-weight: bold;
}
#form_contact .textarea {
	font-weight: normal;
	font-size: 1.5em;
}
.select {
	padding: 3px;
	font-size: 1.25em;
	width: 62%;
}
.note {
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
}
.formButton {
	display: block;
	margin: 0;
	padding: 0;
	width: 92px;
	height: 23px;
	overflow: hidden;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1em;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #fcf;
	text-align: center;
	background: url(../images/formButton.png) no-repeat 0 0;
	border: none;
	outline: none;
	cursor: pointer;
}
.formButton:hover {
	background-position: 0 -23px;
	color: #fff;
}
.scheduleTable{
border:1px solid #bc00ac;
}

