/* 
* Live Radio Stylesheet
* Author: J Mehmett -- http://gunnerpress.com
* Owner: SBC Network - http://allsbc.com
* Copyright: 2008
*/
*{margin:0; padding:0; outline:0; border:0;}
body{
	background:#fff url(source/playerbg.jpg) no-repeat left top;
	line-height:13px;
	color:#333;
}
#container{
  margin:10px;
  padding:10px;
  width:330px;
}
#header{
  width:315px;
  height:70px;
  margin:0 0 10px 0;
}
#logo{
  float:left;
  width:150px;
  height:62px;
  background:transparent;
}
#logo a{
  display:block;
  width:148px;
  height:60px;
  background:transparent;
}
#logo a span{display:none;}
#change_player{
  float:right;
  width:150px;
  height:62px;
  background:transparent;
}
form #beddel{
  width:135px;
  background:#fff;
  color:#333;
  padding:2px;
  font-family: Arial, "Times New Roman", Sans-serif;
  font-size:12px;
  margin: 8px 0 5px 2px;
}
#display{
  float:left;
  clear:both;
  width:330px;
  height:210px;
  
}
object{ 
  width:310px;
  margin:0 0 0 2px;
  background:transparent;
}
.footer{margin:18px 0 0 0; text-align:center; color:#333; font-size:11px; font-weight:bold; font-family: Arial, "Times New Roman", Sans-serif;}
a{color:#2b9eff; text-decoration:none;}
a:hover{color:#aa0000; text-decoration:none;}