* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Verdana";
}

a{
	color: #717171;
	text-transform: none;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}

a:hover {
	color: #ff5f09;
	border-bottom: 1px dotted #ff5f09;
}

#movie a[href^="http:"]
{
	background-color: transparent;
	background-image: url(../img/link.png);
	background-position: 100%;
	background-repeat: no-repeat;
	padding-right: 10px;
}  

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

/*@group VERIFY_AGE*/
.verifyAge {
	width: 729px;
	height: 115px;
	background: white;
	padding: 10px;
	overflow: hidden !important;
}
.verifyAge .message {
	padding-top: 10px;
	margin-top: 0px;
	color: #717171;
	font-family: Verdana;
	font-size: 0.9em;
	width: 600px;
}
.verifyAge .buttons {
	clear: both;
	width: 176px;
	margin: 10px auto;
	font-family: Verdana;
	font-size: 0.9em;
}
.verifyAge .buttons a{
	font-size: 0.8em;
	padding: 0;
	padding-top: 7px;
	margin: 2px;
	margin-top: 10px;
	display: block;
	width: 83px;
	height: 24px;
	float: left;
	text-decoration: none;
	color: #717171;
	background: url(../img/button3.png) 0 0 no-repeat;
	border: none;
}
.verifyAge .buttons a:hover{
	color: #ff5f09;
}
.verifyAge .buttons a:active{
	background: url(../img/button3.png) 0 -30px no-repeat;
}
/*@end*/
/*@group PLAYER*/
.player {
	width: 100%;
	height: 100%;
	background: #fafafa;
	color: #717171;
	padding: 20px;

}

/*@end*/