@charset "utf-8";
/* CSS Document */
.sponsor_submit {
	background-color: #ffffff;
	height: auto;
	margin: 10px 0px 0px;
	position: relative;
	float: left;
	width: 640px;
	font-size: 12px;
	font-weight: normal;
	border-top: #0000FF;
	border-right: #0000FF;
	border-bottom: #0000FF;
	border-left: #0000FF;
	padding-top: 0px;
}
.sponsor_submit p{
	position: relative;
	width: 100%;
	}

.sponsor_submit form {
	border: 1px solid #cce9ff;
	width: 620px;
	margin-left: 30px;
	margin-top: 0px;
}



.clear {
	clear:both;
	}
	
.sponsor_submit input {
	width: 200px;
	}
/* reset width for non-text inputs */
.sponsor_submit input.radio, .sponsor_submit input.checkbox {
  width: auto;
  float: left;
}
.sponsor_submit input.submit, .sponsor_submit input.clear {
  width: auto;
}

.sponsor_submit label.button {
	width: auto;
	float: left;
	margin: 5px;
	}


.sponsor_submit fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px 5px;
	color: #CC3300;
	margin-bottom: 20px;
	margin-left: -10px;
	margin-top: -2px;
	display: inline;
	font-size: 16px;
	font-weight: bold;
}
 /*Set Form styling for event submittal form*/
.sponsor_submit textarea {
	padding:5px;
	height: 10em;
	width: 580px;
}
.sponsor_submit .finputs {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 550px;
	clear: left;
}
.sponsor_submit .formLabel {
	width: 250px;
	display: block;
	line-height: 15px;
	height: 12px;
}

.sponsor_submit .formKey {
	background: #FFCCFF;
	top: 0px;
	left: -4000px;
	position: relative;
}
/* display labels next to form elements, add a class for when you want them to stack */
.sponsor_submit label {
	font-size: 12px;
	font-weight: bold;
	float:left;
	margin-right: 1em;
	width: 12em;
}
.sponsor_submit label.top {
	display:block;
	float:none;
	}
/*style feedback message */
.sponsor_submit label .feedback {
	position: absolute;
	margin-left: 6em;
	left: 300px;
	font-weight: bold;
	color:#760000;
	padding: 0 0 5px 20px;
	background: url(images/notice.gif) no-repeat left top;
	/* so IE doesn't freak out */
	width: 200px;
	top: -12px;
}
	
.sponsor_submit label em {
	color: #FF0000;
}

div.group1, div.group2, div.group3 {
	float:left;
	width: 200px;
	padding-left: 10px;
	margin-left: 10px;
	}


/* --these styles use attribute selectors and the focus pseudo-selector to style form elements
in DOM compliant browsers. Other browseres (such as IE6 will ignore these
and render the default form */
fieldset[id=sponsorSubmit] {
	background: #CCe9ff;
	border: 3px ridge #000000;
}
legend[class=sponsorLegend] {
	background: #CCe9ff;
	border-top: 3px ridge #000000;
	border-right: 3px ridge #000000;
	border-left: 3px ridge #000000;
}
input:focus, textarea:focus {
	border: 2px solid #630;
	}
	


