@charset "UTF-8";

#braincontainer,
#poster,
#playlist,
#playlist select,
#embedd,
#embedcode,
#sharetab
{
margin:0px;
padding:0px;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
line-height:1px;
}
#braincontainer{
border:thick solid black;
width:325px;
background-color:black;
}

#poster{
}

#playlist{
background-color:black;
}
#playlist select{
border-style:none none solid;
border-color:-moz-use-text-color -moz-use-text-color grey;
border-width:0px 0px 1px;
width:325px;
background-color:black;
color:white;
}

#embedd{
display:none;
}
#embedcode{
background-color:black;
width:100%;
color:white;
}

#sharetab{
background-color black;
color:white;
font-size:x-small;
}
A:link{
text-decoration: none
}
A:hover{
text-decoration: underline
}


