#watch-actions {
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
#watch-actions-right {
	float: right;
}
.watch-view-count {
	margin-left: 3px;
	line-height: 2.0833em;
	color: #333;
}
.watch-view-count strong {
	font-size: 1.8333em;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}

.like {
	padding-top:2px;
	padding-left:25px;
	height:16px;

	background: transparent url('/media/icons/media/main.png') no-repeat 0 0;
}
.like:hover {
	background: transparent url('/media/icons/media/main.png') no-repeat 0 -20px;
}
.unlike {
	padding-top:2px;
	padding-left:25px;
	height:16px;

	background: transparent url('/media/icons/media/main.png') no-repeat 0 -40px;
}
.unlike:hover {
	background: transparent url('/media/icons/media/main.png') no-repeat 0 -63px;
}
#votebox
{
	border:solid 1px #dedede; padding:3px;
	display:none;
	padding:15px;
	width:700px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#greebar
{
/*	float:left;*/
	background-color:#aada37;
	border:solid 1px #698a14;
	width:0px;
	height:12px;
}
#redbar
{
/*	float:left;*/
	background-color:#cf362f;
	border:solid 1px #881811;
	width:0px;
	height:12px;
}