.Wwrapper{
	width:60%;
	margin-bottom:1%;
	border:1px solid #000000;
	border-radius:3px;
	background:#ff0000;
}

.videoWrapper{
	width:47.5%;
	margin-bottom:1%;
	border:1px solid #ffa3c6;
	border-radius:3px;
	background:#fbcfde;
	position:fixed;
}


.WSWrapper{
	width:48%;
	height:220px;
	float:left;
	border:1px solid #000000;
	background:#ff0000;
	border-radius:3px;
	margin:2px;
	overflow:hidden;
}

.Swrapper{
	width:39%;
	margin-bottom:1%;
	float:right;
	overflow:auto;
}

.Wvideo{
	width:100%;
	height:400px;
	border-bottom:4px dotted #000000;
	background:black;
	padding:0;
	position:static;
}

.Wtitle{
	color:#000000;
	margin:1%;
	font-weight:bold;
	font-family:ITC Gorilla;
	letter-spacing:1px;
}

.Uploader{
	width:100%;
	color:#585556;
	margin:1%;
	font-weight:bold;
	font-family:Viner Hand ITC;
	letter-spacing:1px;
}

.right_align{
	width:300px;
	float:right;
}

.border{
	border:1px solid white;
}

.Comments_align{
	width:550px;
	float:right;
}

.Ctextarea{
	width:450px;
	height:40px;
	float:left;
}

.Comments_Display{
	padding:3px;
	width:550px;
	height:55px;
	background-image: url("../images/csample.png");
    background-repeat: no-repeat;
    background-position: center;
	margin-left:5%;
	border:1px solid #fbcfde;
	border-radius:10px;
}

.Ctext{
	margin-top:3%;
	margin-left:2%;
}

.ScrollVideo{
	width:400px;
	height:300px;
}

.Contents{
	width:100%;
	border-bottom:2px dotted #000000;
	height:160px;
	background: #000000;
}

 a .Contents:hover{
	opacity:0.8;
}
.foot{
	width:100%;
	height:80px;
}
.footp{
	color:black;
	margin:3px;
	margin-left:10px;
}
.footp .fa{
	color:#ffffff;
}

.foot p b{
	color:red;
}