div#olark_tab {
	position: fixed;
	left: 0;
	bottom:40%;	
	z-index:5000;
}

#olark_tab div {
	height: 150px;
	width: 150px;
	float: left;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
}

#olark_tab a {
/*Edit these to change the look of your tab*/
	background-color: pink;
	color: white;
	font: bold 18px "century gothic";
	height: 20px;
	padding: 6px;
	border: 2px solid pink;
	display: block;   	
	text-decoration: none;
	text-align: center;    	   	
	width: auto;
	-webkit-border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	border-top-style: none;   	
	border-top-width: 0;
}

#olark_tab a:hover {
	background-color: white;
	color: black;
}

