.m_logo,.m_hamburger,.m_nav,.m_progress,.list-locations {
	display: none;
}
* {
	padding:0;
	margin:0;
	font-family: 'Oswald', sans-serif;
	/*font-family: 'Gloria Hallelujah', cursive;*/
}
body {
	background-color: #000;
}
img {
	border:none;
}
img.full {
	width: 100% !important;
	height: auto !important;
}
.clear {
	clear: both;
}
input[type=text],input[type=password],textarea,input[type=email],input[type=tel],input[type=url],input[type=search],input[type=submit],input[type=number],input[type=checkbox],input[type=radio],select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: block;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border:1px solid #e2e2e2;
	-webkit-box-sizing : border-box;‌​
	-moz-box-sizing : border-box;
	box-sizing : border-box;
    
}
input[type=text],input[type=password],textarea,input[type=email],select,input[type=number] {
  width:100%;
  padding: 10px 5px;
  font-size: 18px;
  margin-bottom: 15px;
    
}
input[type=submit] {
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	background-color: #006813;
	font-size: 18px;
	cursor: pointer;
	display: inline-block;
}
::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}
form,.form,.quantity,.updateteams,.sponsors,.review {
	background-color: #e2e2e2;
	width: 600px;
	padding: 25px;
}
table {
	width: 100%;
}
table tr:nth-of-type(1) {
	font-size: 18px;
	font-weight: bold;	
}
table td {
	padding: 10px;
	background-color: #fff;
	
}
table tr:nth-of-type(1) td {
	background-color: #e2e2e2;
}
table {
	width:auto !important;
	max-width: 100% !important;
	font-family: 'Oswald', sans-serif !important;
}
table tr:nth-of-type(1) td {
	background-color: #fff;
}
table td {
	padding: 5px !important;
	background-color: #fff !important;
	font-size: 16px !important;
	font-weight: normal !important;
	vertical-align: top !important;
}
.quantity {
	display: none;
}
label {
	font-size: 20px;
}
form#quantity,form#teams,form#updateteams,form#addteams,form#delete,form#sponsors,form#nosponsors,form#nosponsors2,form#updatesponsors,form#review,form#addteams2 {
	background-color: transparent;
	padding: 0 0 0 0;
}
input[type=number]#add,input[type=submit]#add {
	display: none;
}
input[type=submit]#add {
	font-size: 12px;
	background-color: #f47625;
}
p.addteams {
	cursor: pointer;
	color: #f47625;
	display: inline;
}
input[type=checkbox],input[type=radio] {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 15px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	margin-right: 10px;
	cursor: pointer;
}
input[type=checkbox]:active, input[type=checkbox]:checked:active,input[type=radio]:active, input[type=radio]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type=checkbox]:checked,input[type=radio]:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
input[type=checkbox]:checked:after,input[type=radio]:checked:after {
	content: '\2714';
	font-size: 22px;
	position: absolute;
	top: 0px;
	left: 4px;
	color: #c00;
}
.checkbox {
	position: relative;
}
.checkbox input[type=checkbox] {
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 997;
}
header {
	background-image: url(/images/wood.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
header .top {
	display: block;
}
header .top2 {
	width: 1500px;
	margin: 0 auto;
	text-align: right;
	padding: 10px 0 0 0;
}
header .top3 {
	display: inline-block;
	background-color: #fff;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	height: 60px;
	padding: 10px 15px;
}
header .top3 .social,header .top3 .donated,header .top3 .arrow,header .top3 .club {
	display: inline-block;
	vertical-align: middle;
}
header .top3 .social,header .top3 .donated,header .top3 .arrow,header .top3 .club img {
	max-height: 50px;
}
header .top3 .social {
	margin-right: 50px;
}
header .top3 .social img {
	margin:0 5px;
}
header .top3 .donated {
	margin-right: 15px;
}
header .top3 .donated span {
	display: block;
	text-align: center;
}
header .top3 .donated span:nth-of-type(1) {
	color: #7a7a7a;
	font-size: 20px;
}
header .top3 .donated span:nth-of-type(2) {
	color: #3b2a93;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 30px;
	line-height: 30px;
}
header .top3 .arrow {
	margin-right: 15px;
}
header .header {
	display: block;
	background-color: #c4c4c4;
	background-repeat: repeat-x;
	background-position: center center;
	height: 150px;
	-webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 2px 30px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 2px 30px 0px rgba(0, 0, 0, 0.75);
}
header .header .header2 {
	display:block;
	margin: 0 auto;
	width: 1500px;
	position: relative;
}
header .header .header2 .logo {
	position: absolute;
	top: -115px;
	left: -50px;
	z-index: 999;
	width: 375px;
	height: 375px;
}
header .header .header2 .logo img {
	width: 100%;
	height: auto;
	display: block;
}
header .header .header2 .slogan {
	position: absolute;
	left: 315px;
	top: 5px;
}
header .header .header2 .slogan span {
	display: block;
	padding-left: 120px;
}
header .header .header2 .slogan span:nth-of-type(1) {
	font-size: 50px;
	color: #484849;
	text-shadow: 2px 2px 0px rgba(255,255,255, 1);
	font-weight: bold;
}
header .header .header2 .slogan span:nth-of-type(2) {
	font-size: 30px;
	font-family: 'Gloria Hallelujah', cursive;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}
header .header .header2 .slogan img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 100px;
	margin: auto 0;
}
header .header .header2 nav {
	position: absolute;
	right: 0;
	top: 40px;
}
header .header .header2 nav .nav {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	position: relative;
}
header .header .header2 nav .nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 25px;
	font-size: 30px;
}
header .header .header2 nav .nav a.border {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
header .header .header2 nav .nav a.borders {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
header .header .header2 nav .nav .subnav.left {
	display: none;
	position: absolute;
	top:100%;
	left: 0;
	width: 315px;
	text-align: left;
	display: none;
	z-index: 999;
	background-color: #3b2a93;
	-webkit-border-radius: 20px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 20px;
	-moz-border-radius-topleft: 0;
	border-radius: 20px;
	border-top-left-radius: 0;
}
header .header .header2 nav .nav .subnav.right {
	display: none;
	position: absolute;
	top:100%;
	right: 0;
	width: 315px;
	text-align: left;
	display: none;
	z-index: 999;
	background-color: #3b2a93;
	-webkit-border-radius: 20px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 20px;
	-moz-border-radius-topright: 0;
	border-radius: 20px;
	border-top-right-radius: 0;
}
header .header .header2 nav .nav .subnav a {
	font-size: 18px;
}
header .header .header2 nav .nav .subnav a:hover {
	color: #ffef27;
}
header .days {
	display: block;
	background-color: rgba(0,0,0,.75);
}
header .days .days2 {
	width: 1500px;
	margin: 0 auto;
	position: relative;
	height: 75px;
}
header .days .days2 nav {
	position: absolute;
	left: 300px;
	top: 0;
}
header .days .days2 nav .nav {
	display: inline-block;
	vertical-align: top;
}
header .days .days2 nav .nav span {
	display: block;
	vertical-align: top;
	padding: 0 35px;
	height: 75px;
	line-height: 75px;
	color: #fff;
	text-decoration: none;
	font-size: 26px;
	cursor: pointer;
}
header .days .days2 nav .nav .subnav.right {
	display: none;
	position: absolute;
	top:100%;
	right: 0;
	width: 315px;
	text-align: left;
	display: none;
	z-index: 999;
	background-color: #000;
	-webkit-border-radius: 20px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 20px;
	-moz-border-radius-topright: 0;
	border-radius: 20px;
	border-top-right-radius: 0;
}
header .days .days2 .tickets {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #000;
	height: 100%;
}
header .days .days2 .tickets p {
	display: block;
	padding: 0 25px;
	text-align: center;
}
header .days .days2 .tickets p:nth-of-type(1) {
	font-size: 20px;
	color: #fff;
}
header .days .days2 .tickets p:nth-of-type(2) {
	font-size: 30px;
	line-height: 35px;
	color: #fffabb;
}
header .days .days2 .tickets a {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slideshow {
	display: block;
	background-color: #fff;
}
.slideshow2 {
	width: 1500px;
	margin: 0 auto;
	position: relative;
}
.slideshow2 .left, .slideshow2 .right {
	position: absolute;
	top: 165px;
	z-index: 999;
	cursor: pointer;
	width: 95px;
}
.slideshow2 .left img, .slideshow2 .right img {
	width: 100%;
	height: auto;
	display: block;
}
.slideshow2 .left {
	left: -100px;
}
.slideshow2 .right {
	right: -100px;
}
.slideshow3 {
	display: block;
}
.slideshow3 img {
	width: 100%;
	height: auto;
	display: block;
}
.slideshow2 .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 997;
	padding: 15px 0;
	text-align: center;
	width: 1500px;
	font-size: 50px;
	background-color: rgba(0,0,0,.75);
	font-family: 'Gloria Hallelujah', cursive;
	color: #ffef27;
}
.slideshow2 .caption a {
	display: block;
	color: #ffef27;
	text-decoration: none;
	font-family: 'Gloria Hallelujah', cursive;
}
.slideshow2 .subnav {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 1450px;
	min-height: 480px;
	background-color: rgba(72,72,73,.95);
	z-index: 998;
	padding: 25px;
	position: relative;
	display: none;
}
.slideshow2 .blackout,.slideshow2 .blackout2 {
	position: absolute;
	width: 1500px;
	background-color: #000;
	z-index: 997;
	display: none;
}
.slideshow2 .subnav2 .venue {
	width: 525px;
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
	margin-right: 25px;
}
.slideshow2 .subnav2 .venue h1 {
	padding-bottom:0;
}
.slideshow2 .subnav h1 {
	display: block;
	font-size: 40px;
	color: #fff;
	padding: 0 0 25px 0;
	line-height: 40px;
	border-bottom: 1px dashed #fff;
}
.slideshow2 .subnav h1 span {
	color: #fffabb;
}
.slideshow2 .subnav p {
	font-size: 20px;
	color: #fff;
}
.slideshow2 .subnav .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 998;
	color: #ff0000;
	padding: 25px;
	font-size: 24px;
	cursor: pointer;
}
.slideshow2 .subnav .subnav2 {
	width: 1450px;
	min-height: 410px;
	position: relative;
	outline: 1px solid transparent;
}
.slideshow2 .subnav .subnav2 h1 {
	color: #ffef27;
	font-family: 'Gloria Hallelujah', cursive;
	margin-bottom: 0;
	border-bottom: none;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.slideshow2 .subnav .subnav2 h2 {
	color: #fff;
	font-size: 24px;
}
.slideshow2 .subnav .subnav2 p a, .secondary .container a.learn  {
	color: #fff;
	font-size: 18px;
	background-color: #0078bd;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	display: inline-block;
}
.slideshow2 .subnav .subnav2 .map {
	position: absolute;
	top: 25px;
	right: 0;
}
.slideshow2 .subnav .subnav2 #controls select {
	margin-bottom: 0 !important;
	width: 100% !important;
}
.slideshow2 .subnav .subnav2 .map h1 {
	font-size: 12px;
}
.slideshow2 .subnav .subnav2 .map2 {
	width: 360px;
	height: 310px;
}
.slideshow2 .subnav .subnav2 .map2 h1 {
	font-size: 14px;
	line-height: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: auto;
}
.slideshow2 .subnav .subnav2 .map2 p {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.slideshow2 .subnav .subnav2 .map2 p a {
	color: #c00;
	padding: 0 0;
	font-size: 12px;
	background-color: transparent;
}
.green {
	border-top: 3px solid #ffef27;
	background-color: #3b2a93;
}
.container {
	width: 1500px;
	margin: 0 auto;
	padding: 25px 0;
}
.container .box {
	width: 483px;
	display: inline-block;
	margin-right: 25px;
	vertical-align: top;
}
.container .box h1 {
	color: #ffef27;
	margin-bottom: 15px;
	text-align: center;
	font-size: 36px;
}
.container .box:nth-of-type(3) {
	margin-right: 0;
}
.container .box .box2 {
	width: 433px;
	height: 350px;
	background-color: #ebebeb;
	background-image: url(/images/box_logo_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 25px;
}
.container .box .box2 h1 {
	text-align: left;
	margin-bottom: 0;
	font-size: 24px;
	color: #c00000;
}
.container .box .box2 h2 {
	color: #3e3e3e;
	font-size: 20px;
}
.container .box .box2 p {
	color: #000;
	font-size: 14px;
}
.container .box .box2 a {
	color: #c00;
	font-weight: bold;
}
.container .box .box2 hr {
	width: 100%;
	height: 1px;
	border:none;
	background-color: #333;
}
.container .box .box2#new {
	width: 433px;
	height: 350px;
	overflow: hidden;
}
.container .box .box2#tonight h1 {
	text-align: center;
	color: #c00;
	font-size: 28px;
}
.container .box .box2 .map-locations {
	width: 433px;
	height: 350px;
}
.map-locations-where {
	width: 100%;
	height: 500px;
	border: 1px solid #484849;
	margin-top: 15px;
	text-align: center;
}
.map-locations-where h1 {
	font-size: 20px !important;
	border-bottom: none !important;
	padding-bottom: 5px !important;
}
.map-locations-where p {
	font-size: 16px !important;
}
footer {
	display: block;
	background-color: #000;
}
footer .footer {
	width: 1500px;
	margin: 0 auto;
	padding: 10px 0;
}
footer .footer .connected {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 300px;
}
footer .footer .connected img {
	width: 100%;
	height: auto;
	display: block;
	border:1px solid #ffffff;
}
footer .footer .copyright,footer .footer .webpros {
	display: block;
	text-align: center;
	color: #fff;
}
footer .footer .privacy {
	padding: 3px 0;
	font-size: 14px;
	text-align: center;
}
footer .footer .privacy a {
	color: #ffef27;
	margin: 0 5px;
}
footer .footer .copyright {
	padding: 3px 0;
	font-size: 14px;
}
footer .footer .webpros {
	padding: 3px 0;
	font-size: 12px;
}
footer .footer .webpros a {
	color: #49c1ff;
}

.error {
	text-align: center;
	background: #c00;
	color: #fff;
	padding: 15px;
	margin: 0 0 15px 0;
	display: none;
	font-size: 24px;
}
.error2 {
	text-align: center;
	background: #c00;
	color: #fff;
	padding: 15px;
	margin: 0 0 15px 0;
	font-size: 24px;
}
.success {
	text-align: center;
	background: #169E1E;
	color: #fff;
	padding: 15px;
	margin: 0 0 15px 0;
	display: none;
	font-size: 24px;
}
.payment {
	display: none;
}


.secondary {
	display: block;
	background-image: url(/images/secondary.png);
	background-repeat: repeat;
	background-position: top left;
}
.secondary .container {
	background-color: #fff;
	padding: 25px;
	width: 1440px;
	border-left:#3b2a93 5px solid;
	border-right:#3b2a93 5px solid;
	position: relative;
	overflow: hidden;
}
.secondary .container h1 {
	font-size: 36px;
	color: #3b2a93;
	padding-bottom:15px;
	border-bottom: 1px solid #ffef27;
}
.secondary .container h2 {
	font-size: 28px;
	color: #484849;
}
.secondary .container h3 {
	color: #000000;
}
.secondary .container a {
	color: #c00;
}
.secondary .container ul, .secondary .container ol {
	padding: 0 0 0 25px;
}
.secondary .container .content2 {
	padding-top: 25px;
	opacity: 0;
}
.secondary .container .content {
	display: block;
	position: relative;
	
}
.secondary .container .content .loader {
	background-image: url(/images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	background-color: #fff;
	width: 1450px;
	z-index: 998;

}
.secondary .container .content2 .team {
	display: inline-block;
	vertical-align: top;
	width: 710px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.secondary .container .content2 .team:nth-of-type(2n) {
	margin-right: 0;
}
.secondary .container .content2 .team_image,.secondary .container .content2 .team_content {
	display: inline-block;
	vertical-align: top;
}
.secondary .container .content2 .team_image {
	border:1px solid #000;
	margin-right: 20px;
	width: 200px;
}
.secondary .container .content2 .team_image a {
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #333;
	color: #fff;
}
.secondary .container .content2 .team_image img {
	width: 100%;
	height: auto;
	display: block;
}
.secondary .container .content2 .team_content {
	width: 488px;
}
.secondary .container .content2 .team_content:nth-of-type(2n) {
	margin-right: 0;
}

.cart {
	position: absolute;
	top: 0;
	right: 0;
	padding: 25px;
	z-index: 997;
	font-size: 30px;
}
.cart#print {
	cursor: pointer;
}
.progress {
	display: block;
	background-color: #a3ffb3;
}
.progress span {
	display: inline-block;
	padding: 25px;
	font-size: 22px;
	color: #85d693;
}
.secondary .container .progress span a {
	display: block;
	color: #85d693;
	text-decoration: none;
}
.secondary .container .progress span a:hover {
	color: #000;
}
.secondary .container .progress span.active {
	color: #fff;
	background-color: #006813;
}
.secondary .container .progress span.active a {
	color: #fff;
}

.terms {
	display: block;
	height: 100px;
	overflow: scroll;
	background-color: #fff;
	padding: 15px;
	font-size: 10px;
}

#card {
	background-image: url(/images/card_blank.jpg);
	background-position: 99% center;
	background-repeat: no-repeat;
}

.receipt,.purchase {
	display: inline-block;
	vertical-align: top;
}
.receipt {
	width: 650px;
	margin-right: 25px;
}
.purchase {
	width: 765px;
}
.venue_content,.venue_image {
	display: inline-block;
	vertical-align: top;
}
.venue_content {
	width: 1097px;
	margin-right: 25px;
}
.venue_image {
	width: 318px;
}
.venue_image img {
	width: 100%;
	height: auto;
	display: block;
}

.blog {
	display: block;
	margin-top: 25px;
}
.secondary .container .blog h1 {
	border-bottom:none;
	background-color: #f47625;
	padding: 10px 25px;
	font-size: 30px;
	display: inline-block;
	color: #fff;
	font-family: 'Gloria Hallelujah', cursive;
}
.secondary .container .blog h2 {
	color: #50b95c;
}
.secondary .container .blog .blog2 {
	background-color: #e2e2e2;
	display: block;
	padding: 25px;
}
.blog_photos {
	float: right;
	width: 300px;
	background-color: #fff;
	border:1px solid #000;
	margin:0 0 25px 25px;
}
.blog_heading {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px;
	text-align: center;
}
.blog_photos img {
	width: 100%;
	height: auto;
	display: block;
}
.gallery {
	-webkit-box-sizing : border-box;‌​
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	display: inline-block;
	vertical-align: bottom;
	width: 341px;
	margin-right: 25px;
	margin-top: 25px;
	border:1px solid #000;
}
.gallery:nth-of-type(4n) {
	margin-right: 0;
}
.gallery img {
	width: 100%;
	height: auto;
	display: block;
}
.gallery .gallery_title {
	display: block;
	padding:10px;
	text-align: center;
	background-color: #333;
	color: #fff;
}
form#invoice {
	position: relative;
}
.processing {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	background-color: #fff;
}
.invoice {
	float: right;
}
.invoice h2 {
	color: #000 !important;
	font-size: 24px !important;
}

.featured {
	width: 1500px;
	margin: 25px auto 0 auto;
	padding: 25px;
	background-color: #ebebeb;
	-webkit-box-sizing : border-box;‌​
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
}
.featured h1 {
	font-size: 45px;
	color: #ff9000;
	line-height: 45px;
	margin-bottom: 15px;
}
.featured p {
	font-size: 24px;
	color:#3e3e3e;
}
.featured .content,.featured .image {
	display: inline-block;
	vertical-align: top;
}
.featured .content {
	width: 1100px;
	text-align: left;
}
.featured .image {
	width: 325px;
	margin-left: 25px;
}
.featured .image img {
	width: 100%;
	height: auto;
	display: block;
	border:1px solid #000000;
}
.featured a {
	display: inline-block;
	vertical-align: top;
	background-color: #484849;
	padding: 15px 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	text-decoration: none;
}
.featured .image a {
	display: block;
	background-color: transparent;
	padding: 0 0 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}