.vidforbox 
{
	border: ridge 4px blue;
	padding: 10px;
	margin: 20px;
margin-left: -10px;
width: 420px;

}

.vidfortitle 
{
	text-align: center;
	font-size: larger;
	font-weight: bold;
}
.vidforrank 
{
	height: 50px;
	width: 200px;

}
.vidfordescr 
{
	margin: 12px;
}
.vidCmntButtBox{
height: 100px;
width: 400px;

}

.vidforcommentbutt{
background-image: url(../images/showcomments.png);
background-repeat: no-repeat;
width: 180px;
height: 90px;
float:left;
}

.vidforcomment 
{
	margin: 12px;
}
.vidforplayer 
{
}
.vidforbutt 
{
	background-image: url(../images/TV-Icon.png);
	background-repeat: no-repeat;
	width: 120px;

padding-top: 40px;
padding-left: 10px;
padding-bottom: 20px;
cursor: pointer;
float:left;
}

.vidHeading{
position: absolute;
top: 40px; 
left: 250px;
width: 400px;
font-size: xx-large;
font-weight: bold;
text-align: center;
}

.forvidcmntsbox
{
	border: solid 1px black;
}

.newcommentbox
{
	border: solid 1px green;
}


.submitcommentbutt
{
cursor: pointer;
color: Navy;
font-weight: bold;
background-color: #aaaaff;
border: solid blue 2px;
width: 190px;
margin: 2px;
margin-left: 110px;
}

.forvidcmntbox
{
	margin: 15px;
	padding: 5px;
	border: solid 1px navy;
}

	
.forvidcmnter
{
	margin: 3px;
	font-weight: bold;
	float: left;
}

.forvidcmntdate
{
	float: right;
	margin-left: 70px;
	font-size: smaller;
}

.forvidcmnttxt
{
	padding: 5px;
	margin-top: 28px;
	border-top: solid 1px #666666;
	text-align: left;
}
.forvidloginto
{
	padding: 3px;
	border: solid 2px blue;
	width: 230px;
}


