/* Buttons */

div#first_btn{
	width: 270px;
	float: left;
}
.first_btn{
	width: 270px;
	float: left;
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #535353;
	text-decoration: none;
	clear:both;
	background-color: #3d9dff;
	background-image:url(../graphics/buttons/runnerlogo.png);
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 16px;
	padding-bottom: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-top: 1px solid #535353;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	  
}
.first_btn:hover{
	width: 270px;
	float: left;
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #3d9dff;
	text-decoration: none;
	clear:both;
	background-color: #535353;
	background-image:url(../graphics/buttons/runnerlogo.png);
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 16px;
	padding-bottom: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.first_btn:active{
	width: 270px;
	float: left;
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #3d9dff;
	text-decoration: none;
	clear:both;
	background-color: #797979;
	background-image:url(../graphics/buttons/runnerlogo.png);
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 16px;
	padding-bottom: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/* Enter Race Button End */

.mid_btn{
	width: 270px;
	float: left;
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #535353;
	text-decoration: none;
	clear:both;
	background-color: #3d9dff;
	background-image:url(../graphics/buttons/runnerlogo.png);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-bottom: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	border-top: 1px solid #535353;
	margin: 0px;
	  
}
.mid_btn:hover{
	width: 270px;
	float: left;
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #3d9dff;
	text-decoration: none;
	clear:both;
	background-color: #535353;
	background-image:url(../graphics/buttons/runnerlogo.png);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-bottom: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0px;
}
.mid_btn:active{
	width: 270px;
	float: left;
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #3d9dff;
	text-decoration: none;
	clear:both;
	background-color: #797979;
	background-image:url(../graphics/buttons/runnerlogo.png);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-bottom: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0px; 
}
/* Series Button End */
.last_btn{
	width: 270px;
	float: left;
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #535353;
	text-decoration: none;
	clear:both;
	background-color: #3d9dff;
	background-image:url(../graphics/buttons/runnerlogo.png);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-bottom: 14px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-top: 1px solid #535353;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	border-bottom: 1px solid #535353;
	margin: 0px;
	  
}
.last_btn:hover{
	width: 270px;
	float: left;
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #3d9dff;
	text-decoration: none;
	clear:both;
	background-color: #535353;
	background-image:url(../graphics/buttons/runnerlogo.png);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-bottom: 14px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0px;
}
.last_btn:active{
	width: 270px;
	float: left;
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #3d9dff;
	text-decoration: none;
	clear:both;
	background-color: #797979;
	background-image:url(../graphics/buttons/runnerlogo.png);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-bottom: 14px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0px; 
}
.general_small_btn_first {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	background-color: #3d9dff;
	border-top: 1px solid #535353;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	font-family: helvetica, arial;
	font-size: 12px;
	text-align: center;
	color: #535353;
	padding: 5px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.general_small_btn_first:hover {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	background-color: #535353;
	border-top: 1px solid #535353;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	font-family: helvetica, arial;
	font-size: 12px;
	text-align: center;
	color: #3d9dff;
	padding: 5px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.general_small_btn_first:active {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	background-color: #757575;
	border-top: 1px solid #535353;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	font-family: helvetica, arial;
	font-size: 12px;
	text-align: center;
	color: white;
	padding: 5px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.general_small_btn_mid {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	background-color: #3d9dff;
	border-top: 1px solid #535353;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	font-family: helvetica, arial;
	font-size: 12px;
	text-align: center;
	color: #535353;
	padding: 5px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	
}
.general_small_btn_mid:hover {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	background-color: #535353;
	border-top: 1px solid #535353;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	font-family: helvetica, arial;
	font-size: 12px;
	text-align: center;
	color: #3d9dff;
	padding: 5px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	
}
.general_small_btn_mid:active {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	background-color: #757575;
	border-top: 1px solid #535353;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	font-family: helvetica, arial;
	font-size: 12px;
	text-align: center;
	color: white;
	padding: 5px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	
}
.general_small_btn_last {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	background-color: #3d9dff;
	border: 1px solid #535353;0
	font-family: helvetica, arial;
	font-size: 12px;
	text-align: center;
	color: #535353;
	padding: 5px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
}
.general_small_btn_last:hover {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	background-color: #535353;
	border-top: 1px solid #535353;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	font-family: helvetica, arial;
	font-size: 12px;
	text-align: center;
	color: #3d9dff;
	padding: 5px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
}
.general_small_btn_last:active {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	background-color: #757575;
	border-top: 1px solid #535353;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	font-family: helvetica, arial;
	font-size: 12px;
	text-align: center;
	color: white;
	padding: 5px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
}
.only_btn{
	width: 270px;
	float: left;
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #535353;
	text-decoration: none;
	clear:both;
	background-color: #3d9dff;
	background-image:url(../graphics/buttons/runnerlogo.png);
	background-repeat: no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 16px;
	padding-bottom: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #535353;
	  
}
.only_btn:hover{
	width: 270px;
	float: left;
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #3d9dff;
	text-decoration: none;
	clear:both;
	background-color: #535353;
	background-image:url(../graphics/buttons/runnerlogo.png);
	background-repeat: no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 16px;
	padding-bottom: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #535353;
}
.only_btn:active{
	width: 270px;
	float: left;
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #3d9dff;
	text-decoration: none;
	clear:both;
	background-color: #797979;
	background-image:url(../graphics/buttons/runnerlogo.png);
	background-repeat: no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 16px;
	padding-bottom: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #535353;
}