@charset "utf-8";
/* CSS Document */

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../flowplayer-3.2.0/testImages/black_arrow.png);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

	
	.smallTooltip {
		display:none;
		background-color:#ffa;
		border:1px solid #cc9;
		padding:3px;
		font-size:13px;
		-moz-box-shadow: 2px 2px 11px #666;
		-webkit-box-shadow: 2px 2px 11px #666;
	}
 
	/* style the trigger elements */
	#triggers img {
		border:0;
		cursor:pointer;
		margin-left:11px;
	}
	
	button {
-moz-border-radius:10.2em 10.2em 10.2em 10.2em;
-moz-border-radius:10.2em 10.2em 10.2em 10.2em;
-moz-box-shadow:0 0.1em 0.2em rgba(0, 0, 0, 0.5);
background-color:#5D689A;
border-bottom:0.2em solid #666666;
border-width:1px 1px 0.2em;
color:#FFFFFF;
cursor:pointer;
font-size:1em;
line-height:1;
padding:0.3em 0.6em;
text-shadow:0 0 0.1em #222222;
}
