body {
	margin: 0px; background-color:#ffffff; font-family: "Arial"; color: #333333;
}
a {
	text-decoration: none;
}
.PlayerBG {
	background: url(../images/gPlayer/player_bg.jpg) left top no-repeat; width:324px; height:340px;
	padding-left: 11px; padding-top: 12px;
}
.TimeTD {
	background: url(../images/gPlayer/timeline.gif) left center no-repeat; width:300px; height:12px;
}
.StatusFont {
	padding-left: 2px; font-family: Tahoma; font-size: 9px; color: #52b8fc;
}
.TimeLine {
	height:12px; font-family: Tahoma; font-size: 9px; color: #ffffff;
}
.Signature {
	padding-left:12px; font-family: Tahoma; font-size: 11px; color: red; text-align:left; text-transform: uppercase
}
#playKnobWrap {
	position: absolute; left: 1px; top: 0px; width: 15px; height: 15px;
}
#playPositionDiv {
	background: url(../images/gPlayer/timeline_bg.gif) left center no-repeat; width:212px; height:8px;
	position: relative; padding-left: 0px; top: 0px; left: 0px; font-size:6px;
}
#PlayerDiv {
	left: 12px; position: absolute; top: 3px;
}
#controls {
	position: absolute; left: 12px; top: 205px; width: 324px;
}
#volumeKnobWrap {
	position: absolute; left: 35px; top: 0px; width: 25px; height: 25px;
}
#volumeDiv {
	position: relative; padding-left: 5px; left:0px; top: 0px;
}
#muteButtonTD {
	padding-left: 5px;
}
#playerStatus {
	position: absolute; overflow: hidden; width: 155px; left: 122px; top: 324px; font: 8px Tahoma; color: #cccccc;
}
#playerStatus #PlayerState {
	float: left; overflow: hidden; width: 80px; text-align: left;
}
#playerStatus #PlayerTime {
	float: right; overflow: hidden; width: 75px; text-align: right;
}
#fullScreenButton {
	float: right;
}