	body
	{
		background-image: url('../img/180_lemontart_bg.gif');
		background-repeat: repeat;
		background-position: top;
	}

	button:focus {outline:0;}

	#border
	{
		height: 50px;
		width:320px;
		background-color: #ffffff;
    	border:none;
	}

	#streamStateLabel
	{
    	height: 50px;
		width:320px;
		line-height: 50px; 
    	border:none;
    	color: #ff6600;
		text-align: center;
  		vertical-align: middle;
    	font-family: sans-serif;
    	font-size: 40px;
    	margin-top: 25px;
    	margin-bottom: 25px;
	}

.offline{content: 'OFFLINE'}

	#streamPlayer
	{
		height: 100px;
		width: 320px;
		border:none;
	}

	#urlContainer
	{
		position: fixed;
		right: 20;
		top: 0;
	}

	#urlButton
	{
		display: block;
		height: 50px; 
		width: 50px;
		border: none;
		margin: 0px;
		padding: 0px;
		vertical-align: middle;
		background-color: #ff6600;
	}

	#urlButton:hover
	{
		background-color: #ffaa00;
	}

	#pButton
	{
		height: 100px; 
		width: 100px;
		float:left;
		border: none;
		background-color: #ff6600;
	}

	#pButton:hover
	{
		background-color: #ffaa00;
	}

	.play{background: url('../img/play_button_icon.png') no-repeat;}
	.pause{background: url('../img/pause_button_icon.png') no-repeat;}

	#volUpButton
	{
		height: 100px;
		width: 110px;
		float:left;
		background-color: #ff6600;
		color: #ffffff;
		text-align: center;
    	text-decoration: none;
    	font: 25px arial, sans-serif;
		border: none;
	}

	#volUpButton:hover
	{
		background-color: #ffaa00;
	}

	#volDownButton
	{
		height: 100px;
		width: 110px;
		float:left;
		background-color: #ff6600;
		color: #ffffff;
		text-align: center;
    	text-decoration: none;
    	font: 25px arial, sans-serif;
		border: none;
	}

	#volDownButton:hover
	{
		background-color: #ffaa00;
	}

	#chatButton
	{
		height: 50px;
		width:320px;
		background-color: #ff6600;
	}

	#chatButton:hover
	{
		background-color: #ffaa00;
	}

	#chatSelectIcon
	{
		height: 50px;
		width: 50px;
		float: left;
		background-image: url(../img/chat_select_icon.png);
	}

	#chatLabel
	{
		height: 50px;
		width:200px;
		line-height: 50px; 
    	border:none;
    	float: left;
    	color: #ffffff;
		text-align: right;
  		vertical-align: middle;
    	font-family: sans-serif;
    	font-size: 40px;
	}