   html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
	
BODY{
margin-left: 2;
margin-right: 2;
margin-top: 0;
background-color: #101010;


}

BODY#player{
margin-left: 0;
margin-right: 0;
margin-top: 0;
background-color: #ffffff;
}

BODY, TD, TH, TR{
font:11px "Verdana";
color:#ffffff;
}


input, select, {
font-weight:normal;
font:12px "Verdana";
color:#5d5d5d;
}

.bar {
border:0px;
height:21px;
width:250px;
background: url('images/input_bg.jpg');
font:12px "Verdana";
font-weight: bold;
color:#cbcbcb;
}




textarea {
background-color:#1a1a1a;
font-weight:normal;
font:12px "Verdana";
color:#ffffff;
}



.input1{
border-width:1px;
border-color:#000000;

background-color:#585858;
color:black;
font:12px "Verdana";
font-weight: bold;
color:#cbcbcb;
}






A:link {text-decoration: none; color: #ededed;}
A:visited {text-decoration: none; color: #ededed;}
A:active {text-decoration: none; color: #ededed;}
A:hover {text-decoration: none; color: #ffffff;}

A:link#playlist {text-decoration: none; color: #ededed; font:14px "Verdana"; font-weight:bold;}
A:visited#playlist {text-decoration: none; color: #ededed; font:14px "Verdana"; font-weight:bold;}
A:active#playlist {text-decoration: none; color: #ededed; font:14px "Verdana"; font-weight:bold;}
A:hover#playlist {text-decoration: none; color: #cdcdcd; font:14px "Verdana"; font-weight:bold;}

#lighttxt {
color:#ffffff;
}



 hr {
  border: 0;
 color: #a8a8a8;
background-color: #a8a8a8;
height: 1px;
}

table { border-collapse:collapse; }
table#row1 { background-color: #2b2b2b; }
table#row2 { background-color: #444444; }


#search_box {
    width: 280px;
    height: 26px;
    background: url(images/input_bg.jpg);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

.dragme { cursor: move }
