/* home page styles */
/*a.homehit1 img {
	border: 1px solid transparent;
}
a:hover.homehit1 img {
	border: 1px solid black;
	cursor: pointer;
}*/
/* Form Page Styles */

.rosebowlwrapper { 
	height: 731px; 
	width: 990px;
	color: white;
}
.input100 {
	width: 100px;
}
.input50 {
	width: 50px;
}
.input25 {
	width: 25px;
}
.input15 {
	width: 15px;
}
.clickhereball {
	margin-left: 550px;
	position: absolute;
	top: 690px;
}
.headertxt {
	margin-left: 510px;
	width:400px;
	color:#FFEEBD;
}
table.form {
	width: 320px;
	margin-left: 570px;
	color: white;
}
.form_errors {
	position: absolute;
	color: red;
	font-weight: bold;
	margin: 20px 0 0 250px;
	padding: 20px;
}
.form_errors p {
	margin: 0;
	padding: 0;
	background-color: black;
}
.lfloat {
	float: left;
}
.clr {
	height: 0px;
	margin: 0;
	padding: 0;
	clear: both;
}

/* Button styles */
ul.btns {
	position: absolute;
	top: 770px;
	margin: 0;
	margin-right: 60px;
	padding: 0;
	list-style: none;
}
.btns li {
	float: left;
	list-style: none;
	margin-left: 15px;
}

.btns a img {
	border: 1px transparent solid;
}
.btns a:hover img {
	border: 1px black solid;
}
/* Tell A Friend page styles */
.rosebowlwrapper2 {
	height: 743px; 
	width: 990px;
	color: white;
}
.tellfriends {
	width: 320px;
	margin-left: 560px;
	text-align: center;
}
h4 {
	color: white;
	font-weight: bold;
}

/* Tailgating Tips page styles */
.tgtitle {
	margin-left: 300px;
	font-size: 65px;
	color: white;
	font-weight: bold;
}
.tips {
	font-family: arial, sans-serif;
	font-size: 16px;
	margin-left: 460px;
	width: 500px;
	margin-top: 40px;
}
span.tiny {
	font-size: 12px;
}
ul.tailgate_btns {
	margin: 0;
	margin-top: 30px;
	padding: 0;
	list-style: none;
}
.tailgate_btns li {
	float: left;
	list-style: none;
	margin-left: 30px;
	padding: 0;
}
.tailgate_btns a img {
	border: 1px transparent solid;
}
.tailgate_btns a:hover img {
	border: 1px black solid;
}

/* mobile schedule page styles */
.schedule {
	height: 380px;
	overflow: scroll;
}
.schedule p {
	color: white;
	margin-top: 0;
	padding-top: 0;
}
.schedule h3 {
	color: white;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
}
.schedule a {
	color: white;
	text-decoration: underline;
}
