.bubbleScroll {
	position: fixed;
	right:-300px;
    bottom:-300px;
}

.bubbleScroll_inner {
    background-color: #FFFFFF;
    border: 4px solid #000;
    border-bottom: 0;
    
    font-size: 12px;
    
    height: 190px;
    width: 190px;
    
    padding: 45px;
    
    box-shadow: -5px 3px 4px #BFBFBF;
    
    position: relative;
    
    font-family: Abel,Arial,Helvetica,sans-serif;
    
    border-radius: 150px 150px 0 150px;
	-moz-border-radius: 150px 150px 0 150px;
	-webkit-border-radius: 150px 150px 0 150px;
	
	text-align: center;
}

.bubbleScroll_inner p {
	font-size:19px;
}

a.bubbleScroll_close_button
{
	text-decoration: none;
	color:black;
	float: right;
	font-size: 12px;
}