/* .on{
color:blue;
}

.off{
color:red;
}*/


.l2select{
	color:red;
}

.backLinkL{
	float:left;
}

.backLinkR{
	float:right;
}

li.genreSelected a{
text-decoration:none;
background-color:#FFFF00;
}

li.platformSelected a{
text-decoration:none;
background-color:#FFFF00;
}


.formDiv {
	width:600px;
	margin:0 auto;
	text-align:center;
	padding:5px;
}
.formDiv input{
	width:200px;
	margin:0 auto;
}