body
	{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	}

a:link
	{
	color: #000;
	}
a:visited
	{
	color: #000;
	}
a:active
	{
	color: #000;
	}
a:hover
	{
	color: #ff0000;
	}

#maincontainer
	{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	}

#topsection
	{
	background: #transparent;
	height: 170px; /*Height of top section*/
	background-image: url(images/header.png);
	}

#contentwrapper
	{
	float: left;
	width: 796px;
	border: 2px solid;
	border-color: #000;
	background-image: url(images/allposters_bg.gif);
	}

#contentcolumn
	{
	margin-right: 0px; /*Set right margin to RightColumnWidth*/
	}

#footer
	{
	clear: left;
	width: 100%;
	background: #000;
	height: 25px;
	color: #fff;
	font: 8pt Arial, Helvetica;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius-topleft: 0px; /* Firefox */
	-moz-border-radius-topright: 0px; /* Firefox */
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-moz-border-radius-bottomleft: 10px; /* Firefox */

	-webkit-border-top-left-radius: 0px; /* Safari */
	-webkit-border-top-right-radius: 0px; /* Safari */
	-webkit-border-bottom-right-radius: 10px; /* Safari */
	-webkit-border-bottom-left-radius: 10px; /* Safari */

	border-top-left-radius: 0px; /* CSS 3 Support */
	border-top-right-radius: 0px; /* CSS 3 Support */
	border-bottom-right-radius: 10px; /* CSS 3 Support */
	border-bottom-left-radius: 10px; /* CSS 3 Support */
	}

#footer a
	{
	color: #ffffff;
	text-decoration: none;
	}

#footer a:hover
	{
	text-decoration: underline;
	}

.innertube
	{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}

a.headerimage
	{
	display: block;
	width: 300px;
	height: 170px;
	background: transparent;
	z-index:299;
	}

a.headerimage_box1
	{
	display: block;
	width: 8px;
	height: 8px;
	background: transparent;
	z-index:300;
	margin-left: 238px;
	margin-top: -65px;
	}

a.headerimage_box1:hover
	{
	background-image: url(http://www.coachellarecordings.com/images/x.png);
	}

a.headerimage_box2
	{
	display: block;
	width: 8px;
	height: 8px;
	background: transparent;
	z-index:301;
	margin-left: 237px;
	margin-top: -17px;
	}

a.headerimage_box2:hover
	{
	background-image: url(http://www.coachellarecordings.com/images/x.png);
	}

img.posters
	{
	border: 5px solid;
	border-color: #fff;
	}

a:hover img.posters
	{border: 5px solid;
	border-color: #ff0000;
	}

a.header_black:link
	{
	color: #000;
	}
a.header_black:active
	{
	color: #000;
	}
a.header_black:visited
	{
	color: #000;
	}
a.header_black:hover
	{
	color: #ff0000;
	}

a.header_white:link
	{
	color: #fff;
	}
a.header_white:active
	{
	color: #fff;
	}
a.header_white:visited
	{
	color: #fff;
	}
a.header_white:hover
	{
	color: #ff0000;
	}

a.header_2011:link
	{
	color: #285c6a;
	}
a.header_2011:active
	{
	color: #285c6a;
	}
a.header_2011:visited
	{
	color: #285c6a;
	}
a.header_2011:hover
	{
	color: #63a7b9;
	}

a.big_bold:link
	{
	color: #000;
	}
a.big_bold:active
	{
	color: #000;
	}
a.big_bold:visited
	{
	color: #000;
	}
a.big_bold:hover
	{
	color: #ff0000;
	}

.header_white
	{
	font: 10pt Arial, Helvetica;
	color: #fff;
	font-weight: bold;
	}
.header_black
	{
	font: 10pt Arial, Helvetica;
	color: #000;
	font-weight: bold;
	}

a.logout
	{
	background: #ff0000;
	display: block;
	float: right;
	font: bold 10pt Arial;
	text-decoration: none;
	text-align: center;
	padding: 6px;
	border: 3px solid #fff;
	-moz-border-radius-topleft: 10px; /* Firefox */
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-moz-border-radius-bottomleft: 10px; /* Firefox */

	-webkit-border-top-left-radius: 10px; /* Safari */
	-webkit-border-top-right-radius: 10px; /* Safari */
	-webkit-border-bottom-right-radius: 10px; /* Safari */
	-webkit-border-bottom-left-radius: 10px; /* Safari */

	border-top-left-radius: 10px; /* CSS 3 Support */
	border-top-right-radius: 10px; /* CSS 3 Support */
	border-bottom-right-radius: 10px; /* CSS 3 Support */
	border-bottom-left-radius: 10px; /* CSS 3 Support */
	}

a:link.logout, a:visited.logout, a:hover.logout, a:active.logout
	{
	color: #fff;
	}

a:hover.logout
	{ 
	background: #c90101;
	text-decoration: none;
	}

#sourcebox
	{
	width: 700px;
	padding: 5px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius-topleft: 10px; /* Firefox */
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-moz-border-radius-bottomleft: 10px; /* Firefox */

	-webkit-border-top-left-radius: 10px; /* Safari */
	-webkit-border-top-right-radius: 10px; /* Safari */
	-webkit-border-bottom-right-radius: 10px; /* Safari */
	-webkit-border-bottom-left-radius: 10px; /* Safari */

	border-top-left-radius: 10px; /* CSS 3 Support */
	border-top-right-radius: 10px; /* CSS 3 Support */
	border-bottom-right-radius: 10px; /* CSS 3 Support */
	border-bottom-left-radius: 10px; /* CSS 3 Support */
	}

#bandlistbox
	{
	-moz-border-radius-topleft: 10px; /* Firefox */
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-moz-border-radius-bottomleft: 10px; /* Firefox */

	-webkit-border-top-left-radius: 10px; /* Safari */
	-webkit-border-top-right-radius: 10px; /* Safari */
	-webkit-border-bottom-right-radius: 10px; /* Safari */
	-webkit-border-bottom-left-radius: 10px; /* Safari */

	border-top-left-radius: 10px; /* CSS 3 Support */
	border-top-right-radius: 10px; /* CSS 3 Support */
	border-bottom-right-radius: 10px; /* CSS 3 Support */
	border-bottom-left-radius: 10px; /* CSS 3 Support */
	}

#jumpbox
	{
	width: 700px;
	padding: 5px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

#backbox
	{
	float: right;
	padding: 5px;
	text-align: right;
	font: 10pt Arial, Helvetica;
	font-weight: bold;
	}

.bigband
	{
	font: 15pt Arial, Helvetica;
	font-weight: bold;
	}

.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .current-rating
	{
	background: url(../images/star.gif);
	left -1000px repeat-x;
	}

.star-rating
	{
	position:relative;
	width:250px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
	}

.star-rating li
	{
	display: inline;
	}
.star-rating a, .star-rating .current-rating
	{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
	}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus
	{
	background-position: left bottom;
	}

.star-rating a.one-star
	{
	width:10%;
	z-index:11;
	}

.star-rating a.two-stars
	{
	width:20%;
	z-index:10;
	}

.star-rating a.three-stars
	{
	width:30%;
	z-index:9;
	}

.star-rating a.four-stars
	{
	width:40%;
	z-index:8;
	}

.star-rating a.five-stars
	{
	width:50%;
	z-index:7;
	}

.star-rating a.six-stars
	{
	width:60%;
	z-index:6;
	}

.star-rating a.seven-stars
	{
	width:70%;
	z-index:5;
	}

.star-rating a.eight-stars
	{
	width:80%;
	z-index:4;
	}

.star-rating a.nine-stars
	{
	width:90%;
	z-index:3;
	}

.star-rating a.ten-stars
	{
	width:100%;
	z-index:2;
	}

.star-rating .current-rating
	{
	z-index:1;
	background-position: left center;
	}	

.commentbox
	{
	background-color: #f0f0f0;
	width: 390px;
	padding: 10px;
	color: #000;
	font: 10pt Arial, Helvetica;
	-moz-border-radius-topleft: 10px; /* Firefox */
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-moz-border-radius-bottomleft: 10px; /* Firefox */

	-webkit-border-top-left-radius: 10px; /* Safari */
	-webkit-border-top-right-radius: 10px; /* Safari */
	-webkit-border-bottom-right-radius: 10px; /* Safari */
	-webkit-border-bottom-left-radius: 10px; /* Safari */

	border-top-left-radius: 10px; /* CSS 3 Support */
	border-top-right-radius: 10px; /* CSS 3 Support */
	border-bottom-right-radius: 10px; /* CSS 3 Support */
	border-bottom-left-radius: 10px; /* CSS 3 Support */
	}

.commentfooter
	{
	background: url(http://www.coachellarecordings.com/images/arrow.gif) 20px -3px no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font: 10pt Arial, Helvetica;
	color: #000;
	}


#picturediv
	{
	float: right;
	padding: 0px;
	text-align: right;
	}

a.page_link:link
	{
	font: 10pt Arial, Helvetica;
	color: #000;
	}

a.page_link:visited
	{
	color: #000;
	}

a.page_link:active
	{
	color: #000;
	}

a.page_link:hover
	{
	color: #ff0000;
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab
	{
	padding: 3px 0;
	margin-left: 0;
	font: bold 10pt Arial, Helvetica;
	border-bottom: 1px solid #000;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	}

.basictab li
	{
	display: inline;
	margin: 0;
	}

.basictab li a
	{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 0px;
	border: 1px solid #000;
	border-bottom: none;
	background-color: #b3b3b3;
	color: #000;
	-moz-border-radius-topleft: 10px; /* Firefox */
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-bottomright: 0px; /* Firefox */
	-moz-border-radius-bottomleft: 0px; /* Firefox */

	-webkit-border-top-left-radius: 10px; /* Safari */
	-webkit-border-top-right-radius: 10px; /* Safari */
	-webkit-border-bottom-right-radius: 0px; /* Safari */
	-webkit-border-bottom-left-radius: 0px; /* Safari */

	border-top-left-radius: 10px; /* CSS 3 Support */
	border-top-right-radius: 10px; /* CSS 3 Support */
	border-bottom-right-radius: 0px; /* CSS 3 Support */
	border-bottom-left-radius: 0px; /* CSS 3 Support */
	}

.basictab li a:visited
	{
	color: #000;
	}

.basictab li a:active
	{
	color: #000;
	}

#lastfmbox
	{
	width: 150px;
	background-color: #C90101;
	color: #fff;
	text-align: left;
	padding: 5px;
	font: 8pt Arial, Helvetica;

	-moz-border-radius-topleft: 10px; /* Firefox */
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-moz-border-radius-bottomleft: 10px; /* Firefox */

	-webkit-border-top-left-radius: 10px; /* Safari */
	-webkit-border-top-right-radius: 10px; /* Safari */
	-webkit-border-bottom-right-radius: 10px; /* Safari */
	-webkit-border-bottom-left-radius: 10px; /* Safari */

	border-top-left-radius: 10px; /* CSS 3 Support */
	border-top-right-radius: 10px; /* CSS 3 Support */
	border-bottom-right-radius: 10px; /* CSS 3 Support */
	border-bottom-left-radius: 10px; /* CSS 3 Support */
	}

#memberbox2
	{
	margin-top: -14px;
	background: #fff;
	text-align: left;
	width: 600px;
	padding: 5px;
	font: 10pt Arial, Helvetica;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius-topleft: 3px; /* Firefox */
	-moz-border-radius-topright: 3px; /* Firefox */
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-moz-border-radius-bottomleft: 10px; /* Firefox */

	-webkit-border-top-left-radius: 3px; /* Safari */
	-webkit-border-top-right-radius: 3px; /* Safari */
	-webkit-border-bottom-right-radius: 10px; /* Safari */
	-webkit-border-bottom-left-radius: 10px; /* Safari */

	border-top-left-radius: 3px; /* CSS 3 Support */
	border-top-right-radius: 3px; /* CSS 3 Support */
	border-bottom-right-radius: 10px; /* CSS 3 Support */
	border-bottom-left-radius: 10px; /* CSS 3 Support */
	}

.small_text_red
	{
	font: 8pt Arial, Helvetica;
	color: #ff0000;
	}

#videocontainerbox
	{
	background: #fff;
	text-align: left;
	width: 650px;
	padding: 5px;
	font: 10pt Arial, Helvetica;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius-topleft: 10px; /* Firefox */
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-moz-border-radius-bottomleft: 10px; /* Firefox */

	-webkit-border-top-left-radius: 10px; /* Safari */
	-webkit-border-top-right-radius: 10px; /* Safari */
	-webkit-border-bottom-right-radius: 10px; /* Safari */
	-webkit-border-bottom-left-radius: 10px; /* Safari */

	border-top-left-radius: 10px; /* CSS 3 Support */
	border-top-right-radius: 10px; /* CSS 3 Support */
	border-bottom-right-radius: 10px; /* CSS 3 Support */
	border-bottom-left-radius: 10px; /* CSS 3 Support */
	}

#relatedvideos
	{
	width: 550px;
	padding: 3px;
	text-align: left;
	font: 10pt Arial, Helvetica;
	color: #000;
	-moz-border-radius-topleft: 10px; /* Firefox */
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-moz-border-radius-bottomleft: 10px; /* Firefox */

	-webkit-border-top-left-radius: 10px; /* Safari */
	-webkit-border-top-right-radius: 10px; /* Safari */
	-webkit-border-bottom-right-radius: 10px; /* Safari */
	-webkit-border-bottom-left-radius: 10px; /* Safari */

	border-top-left-radius: 10px; /* CSS 3 Support */
	border-top-right-radius: 10px; /* CSS 3 Support */
	border-bottom-right-radius: 10px; /* CSS 3 Support */
	border-bottom-left-radius: 10px; /* CSS 3 Support */
	}

#similarvids
	{
	width: 200px;
	padding: 3px;
	text-align:right;
	font: 10pt Arial, Helvetica;
	-moz-border-radius-topleft: 10px; /* Firefox */
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-moz-border-radius-bottomleft: 10px; /* Firefox */

	-webkit-border-top-left-radius: 10px; /* Safari */
	-webkit-border-top-right-radius: 10px; /* Safari */
	-webkit-border-bottom-right-radius: 10px; /* Safari */
	-webkit-border-bottom-left-radius: 10px; /* Safari */

	border-top-left-radius: 10px; /* CSS 3 Support */
	border-top-right-radius: 10px; /* CSS 3 Support */
	border-bottom-right-radius: 10px; /* CSS 3 Support */
	border-bottom-left-radius: 10px; /* CSS 3 Support */
	}

.videotitle
	{
	font: 14pt Arial, Helvetica;
	font-weight: bold;
	color: #000;
	}

#videotags
	{
	width: 450px;
	font: 10pt Arial, Helvetica;
	padding: 4px;
	-moz-border-radius-topleft: 10px; /* Firefox */
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-moz-border-radius-bottomleft: 10px; /* Firefox */

	-webkit-border-top-left-radius: 10px; /* Safari */
	-webkit-border-top-right-radius: 10px; /* Safari */
	-webkit-border-bottom-right-radius: 10px; /* Safari */
	-webkit-border-bottom-left-radius: 10px; /* Safari */

	border-top-left-radius: 10px; /* CSS 3 Support */
	border-top-right-radius: 10px; /* CSS 3 Support */
	border-bottom-right-radius: 10px; /* CSS 3 Support */
	border-bottom-left-radius: 10px; /* CSS 3 Support */
	}

.news_title
	{
	font: 14pt Arial, Helvetica;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	}

.news_comment
	{
	font: 10pt Arial, Helvetica;
	color: #000000;
	}

.news_author
	{
	font: 8pt Arial, Helvetica;
	color: #ff0000;
	}

.news_date
	{
	font: 8pt Arial, Helvetica;
	color: #000000;
	}

.headerform input[type="text"]
	{ 
	/*width of text boxes. IE6 does not understand this attribute*/
	width: 90px;
	border: 1px solid #bbb;
	padding: 2px;
	-moz-border-radius-topleft: 3px; /* Firefox */
	-moz-border-radius-topright: 3px; /* Firefox */
	-moz-border-radius-bottomright: 3px; /* Firefox */
	-moz-border-radius-bottomleft: 3px; /* Firefox */

	-webkit-border-top-left-radius: 3px; /* Safari */
	-webkit-border-top-right-radius: 3px; /* Safari */
	-webkit-border-bottom-right-radius: 3px; /* Safari */
	-webkit-border-bottom-left-radius: 3px; /* Safari */

	border-top-left-radius: 3px; /* CSS 3 Support */
	border-top-right-radius: 3px; /* CSS 3 Support */
	border-bottom-right-radius: 3px; /* CSS 3 Support */
	border-bottom-left-radius: 3px; /* CSS 3 Support */
	}

.headerform input[type="password"]
	{
	/*width of text boxes. IE6 does not understand this attribute*/
	width: 90px;
	border: 1px solid #bbb;
	padding: 2px;
	-moz-border-radius-topleft: 3px; /* Firefox */
	-moz-border-radius-topright: 3px; /* Firefox */
	-moz-border-radius-bottomright: 3px; /* Firefox */
	-moz-border-radius-bottomleft: 3px; /* Firefox */

	-webkit-border-top-left-radius: 3px; /* Safari */
	-webkit-border-top-right-radius: 3px; /* Safari */
	-webkit-border-bottom-right-radius: 3px; /* Safari */
	-webkit-border-bottom-left-radius: 3px; /* Safari */
	
	border-top-left-radius: 3px; /* CSS 3 Support */
	border-top-right-radius: 3px; /* CSS 3 Support */
	border-bottom-right-radius: 3px; /* CSS 3 Support */
	border-bottom-left-radius: 3px; /* CSS 3 Support */
	}

.green
	{
	font:24pt Arial, Helvetica;
	font-weight: bold;
	color: #02FF06
	}

.red
	{
	font: 24pt Arial, Helvetica;
	font-weight: bold;
	color: #ff0000
	}

.green2
	{
	font: 10pt Arial, Helvetica;
	font-weight: bold;
	color: #02FF06
	}

.red2
	{
	font: 10pt Arial, Helvetica;
	font-weight: bold;
	color: #ff0000
	}

#dhtmltooltip
	{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	}

@-webkit-keyframes rotate-pig
	{
	0% {-webkit-transform: rotate(0deg);}
	20% {-webkit-transform: rotate(1deg);}
	40% {-webkit-transform: rotate(2deg);}
	50% {-webkit-transform: rotate(3deg);}
	70% {-webkit-transform: rotate(2deg);}
	90% {-webkit-transform: rotate(1deg);}
	100% {-webkit-transform: rotate(0deg);}
	}

#bootlegs #pig
	{
	-webkit-animation-name: rotate-pig;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: rotate-pig;
	-moz-animation-duration: 4s;
	-moz-animation-iteration-count: infinite;
	}

#bootlegs #pig
	{
	width: 300px;
	height: 195px;
	background: transparent url(http://www.coachellarecordings.com/images/piggy_1.png) no-repeat top left;
	position: absolute;
	}

#rip
	{
	display: block;
	width: 30px;
	height: 40px;
	background: url(http://www.coachellarecordings.com/images/rip.png) no-repeat 0 0;
	}

#rip:hover
	{ 
	background-position: 0 -40px;
	}

#rip span
	{
	position: absolute;
	top: -1999em;
	}

#ratingdiv
	{
	margin-top: 100px;
	font: 10pt Arial, Helvetica;
	}

#right_box_container
	{
	float: right;
	width: 250px;
	text-align: right;
	}

#tool_bar_menu
	{
	float: right;
	text-align: left;
	}

#iwasthere {
	background-image: url('http://www.coachellarecordings.com/images/music_note_white.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('http://www.coachellarecordings.com/images/music_note_white.png'), #e0e0e0; /* Old browsers */
	background-image: url('http://www.coachellarecordings.com/images/music_note_white.png'), -moz-linear-gradient(top, #e0e0e0 0%, #bcbcbc 52%, #7c7c7c 100%, #131313 100%); /* FF3.6+ */
	background-image: url('http://www.coachellarecordings.com/images/music_note_white.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(52%,#bcbcbc), color-stop(100%,#7c7c7c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background-image: url('http://www.coachellarecordings.com/images/music_note_white.png'), -webkit-linear-gradient(top, #e0e0e0 0%,#bcbcbc 52%,#7c7c7c 100%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background-image: url('http://www.coachellarecordings.com/images/music_note_white.png'), -o-linear-gradient(top, #e0e0e0 0%,#bcbcbc 52%,#7c7c7c 100%,#131313 100%); /* Opera11.10+ */
	background-image: url('http://www.coachellarecordings.com/images/music_note_white.png'), -ms-linear-gradient(top, #e0e0e0 0%,#bcbcbc 52%,#7c7c7c 100%,#131313 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	background-image: url('http://www.coachellarecordings.com/images/music_note_white.png'), linear-gradient(top, #e0e0e0 0%,#bcbcbc 52%,#7c7c7c 100%,#131313 100%); /* W3C */
	display: block;
	width: 90px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #515151;
	color: #fff;
	font: 12pt Arial, Helvetica;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-shadow: #000 0.1em 0.1em 0.2em;
	-moz-border-radius-topleft: 3px; /* Firefox */
	-moz-border-radius-topright: 3px; /* Firefox */
	-moz-border-radius-bottomright: 3px; /* Firefox */
	-moz-border-radius-bottomleft: 3px; /* Firefox */

	-webkit-border-top-left-radius: 3px; /* Safari */
	-webkit-border-top-right-radius: 3px; /* Safari */
	-webkit-border-bottom-right-radius: 3px; /* Safari */
	-webkit-border-bottom-left-radius: 3px; /* Safari */

	border-top-left-radius: 3px; /* CSS 3 Support */
	border-top-right-radius: 3px; /* CSS 3 Support */
	border-bottom-right-radius: 3px; /* CSS 3 Support */
	border-bottom-left-radius: 3px; /* CSS 3 Support */
	}

#iwasthere:hover {
	color: #000;
	text-shadow: #bcbcbc 0.1em 0.1em 0.2em;
	}

#iwasthere2 {
	background-image: url('http://www.coachellarecordings.com/images/music_note_green.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('http://www.coachellarecordings.com/images/music_note_green.png'), #e0e0e0; /* Old browsers */
	background-image: url('http://www.coachellarecordings.com/images/music_note_green.png'), -moz-linear-gradient(top, #e0e0e0 0%, #bcbcbc 52%, #7c7c7c 100%, #131313 100%); /* FF3.6+ */
	background-image: url('http://www.coachellarecordings.com/images/music_note_green.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(52%,#bcbcbc), color-stop(100%,#7c7c7c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background-image: url('http://www.coachellarecordings.com/images/music_note_green.png'), -webkit-linear-gradient(top, #e0e0e0 0%,#bcbcbc 52%,#7c7c7c 100%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background-image: url('http://www.coachellarecordings.com/images/music_note_green.png'), -o-linear-gradient(top, #e0e0e0 0%,#bcbcbc 52%,#7c7c7c 100%,#131313 100%); /* Opera11.10+ */
	background-image: url('http://www.coachellarecordings.com/images/music_note_green.png'), -ms-linear-gradient(top, #e0e0e0 0%,#bcbcbc 52%,#7c7c7c 100%,#131313 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	background-image: url('http://www.coachellarecordings.com/images/music_note_green.png'), linear-gradient(top, #e0e0e0 0%,#bcbcbc 52%,#7c7c7c 100%,#131313 100%); /* W3C */
	display: block;
	width: 130px;
	cursor: default;
	text-align: left;
	text-decoration: none;
	border: 1px solid #515151;
	color: #fff;
	font: 12pt Arial, Helvetica;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-shadow: #000 0.1em 0.1em 0.2em;
	-moz-border-radius-topleft: 3px; /* Firefox */
	-moz-border-radius-topright: 3px; /* Firefox */
	-moz-border-radius-bottomright: 3px; /* Firefox */
	-moz-border-radius-bottomleft: 3px; /* Firefox */

	-webkit-border-top-left-radius: 3px; /* Safari */
	-webkit-border-top-right-radius: 3px; /* Safari */
	-webkit-border-bottom-right-radius: 3px; /* Safari */
	-webkit-border-bottom-left-radius: 3px; /* Safari */

	border-top-left-radius: 3px; /* CSS 3 Support */
	border-top-right-radius: 3px; /* CSS 3 Support */
	border-bottom-right-radius: 3px; /* CSS 3 Support */
	border-bottom-left-radius: 3px; /* CSS 3 Support */
	}

#iwasntthere {
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(top, #e0e0e0 0%, #bcbcbc 52%, #7c7c7c 100%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(52%,#bcbcbc), color-stop(100%,#7c7c7c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e0e0e0 0%,#bcbcbc 52%,#7c7c7c 100%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e0e0e0 0%,#bcbcbc 52%,#7c7c7c 100%,#131313 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e0e0e0 0%,#bcbcbc 52%,#7c7c7c 100%,#131313 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e0e0e0 0%,#bcbcbc 52%,#7c7c7c 100%,#131313 100%); /* W3C */
	display: block;
	width: 30px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #515151;
	color: #ff0000;
	font: 12pt Arial, Helvetica;
	font-weight: bold;
	padding: 7px;
	margin-left: 6px;
	text-shadow: #000 0.1em 0.1em 0.2em;
	-moz-border-radius-topleft: 3px; /* Firefox */
	-moz-border-radius-topright: 3px; /* Firefox */
	-moz-border-radius-bottomright: 3px; /* Firefox */
	-moz-border-radius-bottomleft: 3px; /* Firefox */

	-webkit-border-top-left-radius: 3px; /* Safari */
	-webkit-border-top-right-radius: 3px; /* Safari */
	-webkit-border-bottom-right-radius: 3px; /* Safari */
	-webkit-border-bottom-left-radius: 3px; /* Safari */

	border-top-left-radius: 3px; /* CSS 3 Support */
	border-top-right-radius: 3px; /* CSS 3 Support */
	border-bottom-right-radius: 3px; /* CSS 3 Support */
	border-bottom-left-radius: 3px; /* CSS 3 Support */
	}
#iwasntthere:hover {
	color: #c90101;
	}
