#container {
	width: 845px;
	xxheight: 1000px;
	margin: 0px auto;

}

#collectcontainer {
	width: 420px;
	margin: 0px auto;

}

#header {
	text-align: center;
	xxmargin-top: 10px;

}

#maincontent {
	margin-top: 10px;
	
}

#e4m {
	width: 460px;
	xxheight: 585px;
	margin-top: 10px;
	float: left;
	text-align: center;
}

#rightcolumn {
	width: 350px;
	xxheight: 585px;
	float: right;
}

#message {
	font-size: 105%;
	margin-top: 20px;
	width: 350px;
	float: right;

}

#like {
	margin-top: 20px;
	xxpadding-left: 100px;
	text-align: center;
}

#streamer {
	margin-top: 20px;
}

#continue {
	margin-top: 35px;
	text-align: center;
}

#clear {
	clear: both;
}

.offer {
	text-align: left;
	margin-bottom: 40px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 2px #222;
	-webkit-box-shadow: 2px 2px 2px #222;
	box-shadow: 2px 2px 2px #222;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222');
	background: #222;
}

#vinyl {
	text-align: left;
	margin-bottom: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 2px #222;
	-webkit-box-shadow: 2px 2px 2px #222;
	box-shadow: 2px 2px 2px #222;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222');
	background: #000;
}

.mktgimg {
	width: 100px;
	float: left;
	margin-top: 15px;
}

.mktgcopy {
	width: 250px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}

.buybutton {
	float: right;
	width: 100px;
	margin-top: 20px;
	xxheight: 25px;
}

a.ts_buttonlink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	xx-moz-box-shadow: 2px 2px 4px #222;
	xx-webkit-box-shadow: 2px 2px 4px #222;
	xxbox-shadow: 2px 2px 4px #222;
	/* For IE 8 */
	xx-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222')";
	/* For IE 5.5 - 7 */
	xxfilter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222');
	background: #666666;
	color: #000000;
	xxfloat: right;
	width: 70px;
	height: 20px;
	text-align: center;
	padding: 10px 10 10 10;
	margin-top: 10px;
	margin-left: 10px;
}

a.ts_buttonlink:link {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

a.ts_buttonlink:hover{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#tshirt {
	margin-top: 20px;
}

#digitshirt {
	width: 230px;
	xxfloat:left;
	text-align: center;
}

#digivinyl {
	width: 230px;
	text-align: center;
	xxfloat: right;
}

.buybuttont {
	xxfloat: right;
	xxwidth: 110px;
	xxheight: 25px;
}

a.ts_buttonlinkt {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	xx-moz-box-shadow: 3px 3px 5px #222;
	xx-webkit-box-shadow: 3px 3px 5px #222;
	xxbox-shadow: 3px 3px 5px #222;
	/* For IE 8 */
	xx-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222')";
	/* For IE 5.5 - 7 */
	xxfilter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222');
	background: #666666;
	color: #000000;
	xxwidth: 100px;
	xxheight: 25px;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	xxmargin-left: 60px;
}

a.ts_buttonlinkt:link{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

a.ts_buttonlinkt:hover{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#intro {
	margin-top: 20px;
	margin-bottom: 20px;
}

label {
	display:block;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin-top: 10px;
	xxfloat: left;
	xxwidth: 10em;
	xxmargin-right: 1em;
}

form {
	font-size: 14px;
	
}

input {
	margin-top: 2px;
}

#inputs {
	width: 300px;
	margin-left: 50px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(200, 200, 200);
	/* RGBa with 0.6 opacity */
	background: rgba(200, 200, 200, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99e5d5c0, endColorstr=#99e5d5c0);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99e5d5c0, endColorstr=#99e5d5c0)";
	padding: 10 10 10 20;
	
}

input[type="submit"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 5px #222;
	-webkit-box-shadow: 3px 3px 5px #222;
	box-shadow: 3px 3px 5px #222;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222');
	background: #FF0066;
	color: #000000;
	width: 100px;
	xxheight: 40px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	xxmargin-left: 60px;
	font-size: 13px;
	font-weight: bold;
}

input[type="submit"] a{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

input[type="submit"] a:hover{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
