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

#back_to_episodes
{
	display: none;
	position: absolute;
	top: 390px;
	left: 181px;
}

#back_to_programs2
{
	display: none;
	position: absolute;
	top: 390px;
	left: 310px;
}

#myplayer
{
	display: none;
	position: absolute;
	z-index: 500;
	top: 14px;
	left: 183px;
}

#project
{
	width: 480px;
	height: 364px;
}

#show
{
	width: 480px;
	height: 364px;
}

#vod_cover
{
	width: 480px;
	height: auto;
	position: relative;
}

#vod_image
{
	width: 100%;
	height: 364px;
	position: absolute;
	z-index: 300;
	top: 14px;
	left: 183px;
	cursor: pointer;
	cursor: hand;
}

#vod_form_1
{
	width: 480px;
	height: 364px;
	position: absolute;
	z-index: 200;
	top: 14px;
	left: 183px;
	overflow: auto;
	background-color: #ededf5;
}

#vod_form_2
{
	width: 480px;
	height: 364px;
	position: absolute;
	z-index: 400;
	top: 14px;
	left: 183px;
	overflow: auto;
	background-color: #ededf5;
}

.vod_submit
{
	width: 100%;
	height: 26px;
	color: #fafcfc;
	font-weight: 500 !important;
	background-color: #595e75;
	border-right: solid 2px #abacb3;
	border-left: solid 2px #abacb3;
	border-top: solid 1px #b3b5c1;
	border-bottom: solid 1px #b3b5c1;
	cursor: pointer;
	cursor: hand;
}

.vod_submit:hover
{
	background-color: #38394d;
}