.vedeo-page .desc { /* video player */
	font-size: 11px;
	color: #999;
	margin-bottom: 20px;
}
.vplayer {
	width: 415px;
	margin-bottom: 12px;
	background: url(../../../img/new_templates3/video/main/vp-top.jpg) no-repeat;
}
.vplayer .video {
	padding: 5px 0 0 6px;
}
.vplayer .tools {
	margin-top: 20px;
	background: url(../../../img/new_templates3/video/main/vp-rpt.jpg) repeat-y;
}
.vplayer .controls {
	padding: 0 10px 3px 10px;
}
.vplayer .button {
	display: inline-block;
	height: 36px;
	background: url(../../../img/new_templates3/video/main/vb-rpt.gif) repeat-x;
	margin-right: 2px;
}
.vplayer .button .lft {
	display: inline-block;
	height: 36px;
	width: 6px;
	vertical-align: top;
	background: url(../../../img/new_templates3/video/main/vb-left.gif) no-repeat;
}
.vplayer .button .rgt {
	display: inline-block;
	height: 36px;
	width: 6px;
	vertical-align: top;
	background: url(../../../img/new_templates3/video/main/vb-right.gif) no-repeat;
}
.vplayer .button a {
	display: inline-block;
	line-height: 30px;
	color: #4c4c4c;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	vertical-align: top;
	padding: 0 4px;
	}
.vplayer .vcode {
	font-size: 10px;	
	padding-top: 6px;
}
.vplayer .vcode textarea {
	width: 98%;
	height: 260px;
	background: transparent;
	outline: none;
	resize: none;
	border-width: 0;
	color: #4c4c4c;
	font-family: Monospace, sans-serif;
}
.vplayer .bottom-fill {
	height: 4px;
	background: url(../../../img/new_templates3/video/main/vp-bottom.jpg) no-repeat;
}