table.widget.we.full .middle .songs.onair {
	left: 400px;
	top: 12px;
}
table.widget.we.full .middle .songs.onair .song {
	border-bottom: 1px dashed #cecece;
	padding-bottom: 5px;
}
h3.playedsongs {
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}
form#OnAirSearch {
	width: 340px;
	padding: 10px;
	position: absolute;
	left: 10px;
	top: 30px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
form#OnAirSearch p {
	margin-top: 10px;
}
form#OnAirSearch input.text {
	border: 1px dotted gray;
	background: none;
	padding: 0 5px;
}
.leftpic.onair {
	position: absolute;
	top: 240px;
	left: -60px;
	z-index: 0;
}