@charset "utf-8";
/* CSS Document */

BODY {
	text-align: center;
}

h1 {
	font-size: 150%;
	text-align:center;
}

a {
	color:#000090;
}

#playerContainer {
	margin: 10px auto;
	width: 1051px;
}

#playerLayout {
	border-collapse: collapse;
	width: 1051px;
}

#playerLayout td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

.playerWindow {
	width: 640px;
	height: 480px;
}

.downloadWarning {
	font-size: 120%;	
	font-weight:bold;
}

#specialNotes {
	margin-top:12px;
	width:100%;
	text-align:left;
}

#social {
    background-image: url("../images/social_bg_left.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 192px;
    left: -560px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -550px;
    width: 71px;
}

#retweet {
	position:absolute;
	left:8px;
	top:45px;
}

#fbshare {
	position:relative;
	left:8px;
	top:115px;	
	
}

#likebox {
    left: 16px;
    padding-left: 0;
    position: absolute;
    top: 221px;
}

/* Facebook stlyle overriddes */
.FBConnectButton_Small  {
	background-position:-1px -232px !important;
	border-left:1px solid #1A356E;
}

.FBConnectButton_Text  {
	margin-left:16px !important;
	padding:2px 3px 3px !important;
}

.fb_share_no_count {
	display: inline;
}
