#flippy_demo{
	position: relative;
}

#flippyBox{
	background: #D0D0D0;
	color: #333;
	font-family: MuseoSans-500;
	font-size: 20px;
	
	min-width: 500px;
	width: 500px;
	
	min-height: 300px;
	height: 300px;
	text-align: center;
	line-height: 300px;
	
	margin: 0 auto;
}

#flippyBox .top{
	padding:5px;
}

#flippyBox .left, #flippyBox .bottom{
	text-align: center;
	color: #FFF;
}

#flippyButtons{
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
       
}

#flippyContents{
	display: none;
}

.flippyButton{
	background: #333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333)) #333;
	background: -moz-linear-gradient(0 100% 90deg, #333, #666) #333;
	
	color: #D0D0D0;
	padding: 15px 15px;
	 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin: 0 5px;
}

.flippy_download{
	margin: 30px 5px;
}

.flippy_download a{
	background: #b6d635;
	background: -moz-linear-gradient(0 100% 90deg, #d4e39e 0%, #b6d635 100%) #b6d635;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4e39e), to(#b6d635)) #b6d635;
	color: #333;
	padding: 5px 10px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin: 30px 5px;
}

.flippy_download a:hover{
	text-decoration: none;
}

.flippyButton:hover{
	text-decoration:none;
	background: #333;
}
.page .addThis{width:310px;position:absolute;right:0;
}