body {
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size: 10px;
	color: #6B9391;	
	background-color: #1E1E1E;
	text-align: left;
}
#wrapper {
	margin: 0 auto;	
	width: 822px;
}
#logo {
	background:url(images/logo.png) no-repeat top right;
	_background:url(images/logoIE.png) no-repeat top right;
	clear: both;
	display: block;
	float: left;
	height: 65px;
	margin-top: 20px;
	width: 290px;
}
#player {
	margin-left: 20px;
	width: 768px;
}
input, select, option, textarea{
	border: 2px solid #6C9491;
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 4px;
	margin: 0;
}
h1 {
	color: #ccc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.thirdDialog {
	float: left;
	width: 274px;
}
.clear {
	clear: both;
}
.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 /*margin-top:-21px; /*
 margin-left:9px; /* default, width of left corner */
 /*margin-bottom:9px;/* /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:url(images/bg.png) no-repeat top right;
_background-image:url(/images/global/dialogBGgreyIE.png);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:16px 24px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1500px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}
.title {
	font-weight: bold;	
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #91CDEB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.download {
	display: block;
	background-color: #91CDEB;
	color: #333;
	text-decoration: none;
	padding-left: 4px;
	width: 65px;
}
a.download:hover {
	background-color: #fff;
	text-decoration: none;
}
a.selected {
	color: #91CDEB;
	text-decoration: none;
}
.nowshowing {
	background: #91CDEB;
	color: #333;
	display: block;
	float: left;
	text-align: center;
	width: 100%;
}
hr {
	background-color: #2F2F2F;
	border: 0;
	color: #2F2F2F;
	font-size: 0;
	height: 1px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0;
}
.white {
	color: #CCC;
}
.versionText {
	font-size: 12px;
	color: #CCC;
}
span.othervideos {
display: block; float: left; color: #fff; background-color: #6B9391; width: 40px; height: 14px; text-align: center; margin-right: 4px;
}
a.othervideos {
display: block; float: left; color: #fff; background-color: #6B9391; width: 24px; height: 14px; text-align: center; margin-left: 4px;
}
a.othervideos:hover {
display: block; float: left; color: #000; background-color: #91CDEB; text-align: center;
}