@import url(http://fonts.googleapis.com/css?family=Open+Sans);
.slideup {
	display: none;
	position: fixed;
	bottom: 75px;
	left: 60px;
	background: url('../images/opacity-50.png');
	border-radius: 8px;
	padding: 20px;
	color: #fff;
	text-align: left;
}

.slideup .ui-button {
	width: 140px;
}

.slideup .title {
	font-size: 20px;
}

.slideup .title img {
	width: 48px;
	height: 48px;
	float: left;
	border-radius: 8px;
	vertical-align: middle;
	margin-right: 16px;
}
.slideup .title span {
	width: 266px;
	height: 48px;
	float: right;
	line-height: 24px;
}

.slideup p {
	font-size: 16px;
}

.slideup .transparent.ui-button {
	background: transparent;
	border-color: transparent;
}

.slideup .transparent.ui-button:hover {
	border-color: #999;
}

.slideup .divider {
	width: 100%;
	border-top: 1px solid #636364;
	border-bottom: 1px solid #89898A;
	margin: 10px auto;
}

.slideup .body {
	margin-bottom: 20px;
}

.slideup .links {
	margin-top: 10px;
}

.slideup .links * {
	text-decoration: underline;
	cursor: pointer;
}

.slideup .links .close {
	float: right;
}

.slideup .links *:hover {
	color: #EE7A36;
}

.slideup .appstore-link {
	width: 50%;
	height: 150px;
	float: left;
	text-align: center;
}

.slideup .appstore-link a {
	position: relative;
	top: 55px;
}

.slideup .qr-code {
	width: 50%;
	height: 150px;
	float: right;
	text-align: center;
}

#new-features-slideup {
	width: 330px;
}

.slideup .title span, .slideup p{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

#new-features-slideup #windows-button {
	display: block;
	float: left;

	margin-right: 5px;
	color: #fff;
	height: 38px;
	width: 130px;
	border-radius: 8px;
	background: #ffb3b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb3b3 0%, #ee6835 2%, #c83030 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb3b3), color-stop(2%,#ee6835), color-stop(100%,#c83030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb3b3 0%,#ee6835 2%,#c83030 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb3b3 0%,#ee6835 2%,#c83030 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb3b3 0%,#ee6835 2%,#c83030 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb3b3 0%,#ee6835 2%,#c83030 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb3b3', endColorstr='#c83030',GradientType=0 ); /* IE6-9 */
	border: 1px solid #B33030;
}


#new-features-slideup #windows-button img {
	position: relative;
	top: -5px;
	display: block;
	float: left;
}

#new-features-slideup #windows-button .label {
	font-size: 16px;
	line-height: 38px;
	display: block;
	float: left;
	text-align: center;
}

#new-features-slideup #windows-button:hover {
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
