

body {
    font : 12px Arial;
    margin : 0px;
    color : black;
    background : #E5E5E5 url('img/default/bg.jpg') repeat-x top center;
  }


a {
    color: black;
  }


.up {
    height : 190px;
    width : 100%;
    padding-top: 50px;
    background : url('img/default/logo.png') no-repeat center bottom;
  }


.search {
    background : url('img/default/search.png') no-repeat;
    height : 40px;
    width : 343px;
  }


.content {
    min-height:450px;
    height:auto !important;
    height:450px;
  }


.submit {
	background : url('/img/spacer.gif') no-repeat  top left; 
	margin: 0; 
	padding : 0; 
	height : 28px; 
	width : 37px; 
	border : hidden 0px; 
	position: relative;
}

#editPlaylistHref {
    text-align: right;
    padding: 15px 10px 5px;
    background-color: #8268ED;
    width: 540px;
    top: 40px;
    right: 0;
    z-index: 90;
    position: fixed;
}

#editPlaylistHref a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

#shadowInfoDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

<!--[if lte IE 7]>
<style type="text/css">
html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/
</style>
<![endif]-->