.widget .input {
	padding-left: 0;
}

.widget .submit {
	padding: 0;
	text-align: center;
}

.songinfo {
}

.songinfo h2 {
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
}

.songinfo .addsonglink {
	margin-top: 10px;
	margin-bottom: 10px;
}

.songtext {
	padding: 10px 20px 20px 10px;
}

.songtext img {
	float: right;
}

.songfile {
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 10px;
}

.songfile h3 {
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #efefef;
	font-size: 123.1%;
	color: #555;
}

.songfile .songfile-meta {
	margin-bottom: 10px;
}

.songfile .songfile-meta div {
	margin-bottom: 5px;
}

.songfile .songfile-meta strong {
	display: block;
	width: 200px;
	float: left;
}

.songfileplayer {
	margin-bottom: 10px;
}

.song-has-file {
	width: 14px;
	height: 14px;
	background: #fff url(img/buttons-icons.png) no-repeat 0px -703px;
}

.song-has-file span {
	display: none;
}

#songbook-teaser {
	padding: 2px;
}

.save-song {
	padding: 1px 10px;
	background: url(img/buttons-backgrounds.png) repeat-x 0 -200px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	color: #222;
	font-size: 85%;
	text-shadow: 1px 1px 2px #eee;
	border: 1px solid #999;
}

.save-song:hover {
	background: url(img/buttons-backgrounds.png) repeat-x 0 -40px;
	color: #fff;
	text-shadow: -1px -1px 2px #4f86c2;
	border: 1px solid #436d9b;
}

.songbook-font-select {
	font-size: 93%;
}

.songbook-title {
	width: 230px;
}

.song-remove {
	float: right;
	display: block;
	width: 14px;
	height: 14px;
	background: #fff url(img/buttons-icons.png) no-repeat 0px -202px;
}

.song-remove span {
	display: none;
}

#dnd-help {
	display: block;
	padding: 4px;
	background-color: #efefef;
	margin-top: 5px;
	margin-bottom: 5px;
}

#song-list h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

#song-list h2 a {
	text-decoration: none;
}

#song-list p {
	margin-bottom: 5px;
}
