

/* ITEM PAGE */


/* BOTTOM */

/* FORM */
input#email, input#Name, input#Phone, input#Website, textarea#Message {
	width: 300px;
	border: 1px solid #ddd;
	padding: 5px;
}

input#send {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	background: #e30060;
	padding: 5px 20px;
	font-family: 'Open Sans', sans-serif !important;
	color: #fff;
	border: 0;
}

input#send:hover {
	background: #333;
	cursor: pointer;
	cursor: hand;

}

div.jp-interface, div.jp-playlist {
	width: 100% !important;
}

div.jplayer_playlist_current {
	color: #fff !important;
	background: #e30060 !important;
}

div.jp-playlist div:hover {
	background: #00a9e3 !important;
	color: #fff !important;
}
