.music-poll-invite {
	background: #ed1941;
	border-radius: 2px;
	color: #fff;
	display: block;
	position: fixed;
	right: 16px;
	bottom: 16px;
	height: 64px;
	width: 246px;
	z-index: 999;
}

.open-poll-popup {
	background: url('../../img/ext/MusicPoll/ico-list.svg') no-repeat 15px 10px;
	background-size: 42px;
	color: #fff;
	display: block;
	font-family: "Roboto", "OpenSansBold", Tahoma,"Geneva CY", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	padding: 10px 0 0 72px;
	height: 54px;
	text-decoration: none;
}

.open-poll-popup:hover {
	color: #fff;
}

.close-poll-invite {
	background: url('../../img/ext/MusicPoll/ico-close-invite.png') no-repeat center center;
	position: absolute;
	display: block;
	width: 37px;
	height: 37px;
	overflow: hidden;
	text-indent: -999px;
	right: 5px;
	top: 5px;
}

.music-poll-invite-mini {
	right: -174px;
	bottom: auto;
	top: 220px;
	-webkit-transition: right 0.4s ease-out 0.3s;
	-moz-transition: right 0.4s ease-out 0.3s;
	-o-transition: right 0.4s ease-out 0.3s;
	transition: right 0.4s ease-out 0.3s;
}

.music-poll-invite-mini:hover {
	right: 0;
}

.popup-music-poll {
	border-radius: 2px;
	font-family: "Roboto", "OpenSansBold", Tahoma,"Geneva CY", sans-serif;
	font-weight: lighter;
	width: 785px;
}

.popup-frame-music-poll {
	border: none;
}

.popup-music-poll .heading {
	padding: 0;
}

.popup-music-poll .heading-holder {
	background: url('../../img/ext/MusicPoll/logo.png') no-repeat center center;
	padding: 0;
	float: none;
	width: auto;
	height: 143px;
}

.popup-music-poll .btn-close {
	background: url('../../img/ext/MusicPoll/ico-close-popup.png') no-repeat 0 0;
	margin: 25px 25px 0 0;
}

.poll-content-holder {
	margin: 0 33px;
}

.poll-promo-image {
	float: left;
	margin-right: 32px;
}


.poll-content-inner {
	padding: 14px 0 0 0;
}

.poll-content-title {
	font-size: 32px;
	line-height: 40px;
	color: #2f2f2f;
	margin-bottom: 12px;
}

.poll-content-inner p {
	font-size: 24px;
	line-height: 32px;
}

.popup-music-poll .button-holder {
	clear: left;
	padding: 32px 0 14px;
}

.music-poll-button {
	background: #0054a6;
	border-radius: 2px;
	color: #fff;
	font-size: 32px;
	line-height: 65px;
	padding: 0 40px;
	text-decoration: none;
	display: inline-block;
}

.music-poll-button:hover {
	background: #0066cc;
	color: #fff;
}

.poll-notice,
.poll-cancel {
	color: #828282;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.poll-cancel a {
	color: #0054a6;
}
