body{
	font-size: 11px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #ffffff;
}
#player{
	width: 385px;
	height: 435px;
	top: 45px;
	left: 15px;
	position:absolute;
	background: transparent url('/images/live/blackTrans.png') repeat top left;
	border: 1px solid #7688b3;
	padding: 7px;
}
#camWrapper{
	width: 435px;
	height: 360px;
	top: 120px;
	left: 432px;
	position:absolute;
	background: transparent url('/images/live/blackTrans.png') repeat top left;
	border: 1px solid #7688b3;
	padding: 7px;
}

#playerHeader{
	width: 385px;
	padding-top: 52px;
}
#personalities{
	position:absolute;
	margin-top: -30px;
	width: 385px;
	height: 87px;
	z-index: 1000;
}
#playerContent{
	width: 385px;
	top: 185px;
	left: 22px;
	position:absolute;
}
.white{
	color: #ffffff;
}
.white:hover{
	color: #8ebeff;
}

.yellow{
	color: #ffcc00;
}
.blue{
	color: #8ebeff;
}
#logo h1 a{
	display: block;
	position:absolute;
	text-indent: -99999px;
	width: 330px;
	height: 103px;
	top: 10px;
	left: 550px;
	background: transparent url('/images/live/buzz_logo_live.png') no-repeat top center;
	cursor:pointer;
}
h2{
	font-size: 19px;
	font-style:italic;
}
h3{
	font-size: 14px;
	font-style:italic;
}

h4{
	font-size: 12px;
	font-style:italic;
}
#liveNav{

	margin-top: 10px;
	margin-left: 18px;
}
#liveNav li{
	display: inline;
	float:left;
	margin-right: 20px;
	font-size: 14px;
	font-style:italic;
}
#liveNav a{
	text-decoration:none;
}
.input{
	font-weight: normal;
	font-size: 12px;
	font-family:tahoma, Helvetica, sans-serif;
	padding: 1px 2px;
	background: #ffffff;
	border: 2px solid #ffffff;
	/* Do rounding (native in Firefox and Safari)*/ 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.submitMe{
	background: #ffcc00;
	color: #000000;
	font-size: 13px;
	font-family:tahoma, Helvetica, sans-serif;
	text-transform:uppercase;
	border: 2px solid #ffcc00;
	/* Do rounding (native in Firefox and Safari)*/ 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.submitMe:hover{
	color: #ffffff;
	border: 2px solid #ffffff;
	/* Do rounding (native in Firefox and Safari)*/ 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

#message-new {
	position: absolute;
	padding: 10px;
	color: #fff;
	border: 2px solid #ffd425;
	background: #0c1b45;
	width: 80%;
	top: 50%;
	left: 10%;
	text-align: center;
	font-size: 16px;
}