body {
	position:absolute;
	background-image:url(images/background.gif);
	color:#070777;
}

A:link {
	color:#cc1212;
}

A:hover {
	color:#ef1212;
}

A:visited {
	color:#d37302;
}

A:active {
	color:#ef1212;
}

span.leftside {
	position:absolute;
	top:0px;
	left:0px;
	width:235px;
	height:700px;
}

span.login {
	position:absolute;
	top:180px;
	left:0px;
	width:235px;
	height:100px;
}

span.logout {
	position:absolute;
	top:180px;
	left:0px;
	width:235px;
	height:100px;
}

span.nav {
	position:absolute;
	top:0px;
	left:0px;
	width:235px;
	height:180px;
}

span.myplaylists {
	position:absolute;
	top:280px;
	left:0px;
	width:235px;
}

span.logo {
	position:absolute;
	top:0px;
	left:250px;
	width:760px;
	height:240px;
	text-align:center;
	border-right:thin ridge;
}

span.playlists {
	position:absolute;
	top:240px;
	left:250px;
	width:760px;
	border-right:thin ridge;
}

span.create_playlist {
	position:absolute;
	top:240px;
	left:250px;
	width:760px;
	border-right:thin ridge;
}

span.listen_playlist {
	position:absolute;
	top:240px;
	left:250px;
	width:760px;
	border-right:thin ridge;
}

span.register {
	position:absolute;
	top:240px;
	left:250px;
	width:760px;
	border-right:thin ridge;
}

span.error {
	color:red;
	font-weight:bold;
}

img {
	border: 0px none;
}

.submitLink {
   color: #cc1212;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
}

.formTextBox {
	background-color:#535459;
	color:#cdd3ea;
}

/*             styles for the star rater                */	
.star-rating {
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 150px;
	height: 30px;
	position: relative;
	z-index:0;
	background: url(images/empty_stars.gif) bottom left;		
}
.star-rating li {
	padding:0px;
	margin:0px;
	height:30px;
	width: 30px;		
	/*\*/
	float: left;
	/* */
}

.star-rating li a {
	display:block;
	width:30px;
	height: 30px;
	line-height:30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating li a:hover {
	background: url(images/red_stars.gif) left center;
	z-index: 2;
	left: 0px;
	border:none;
}

.star-rating a.one-star {
	left: 0px;
}

.star-rating a.one-star:hover {
	width:30px;
}

.star-rating a.two-stars {
	left:30px;
}

.star-rating a.two-stars:hover {
	width: 60px;
}

.star-rating a.three-stars {
	left: 60px;
}

.star-rating a.three-stars:hover {
	width: 90px;
}

.star-rating a.four-stars {
	left: 90px;
}	

.star-rating a.four-stars:hover {
	width: 120px;
}

.star-rating a.five-stars {
	left: 120px;
}

.star-rating a.five-stars:hover {
	width: 150px;
}

.star-rating li.current-rating {
	background: url(images/gold_stars.gif) left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* remove halo effect in firefox   */
a:active {
	outline: none;
}
