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

.videowrapper{
	float:left;
	margin: 0px 0px 10px 9px;
}

.video{
	float:left;
	border: 1px solid black;
}

.video_title{
	font-weight:normal;
	font-size:14px;
	margin-left:5px;
}

.video_author{
	font-weight:normal;
	font-size:14px;
	margin-left:5px;
}

.realign_p{
	padding-top:10px;
}

.realign_p p{
	margin:0px 0px 0px 0px;
	text-align:justify;
}

/* WHITE BOXES -----------------------------------------------------------------------*/
	.whitebox_half_width{
	background: transparent url(/images/main_frame/whitebox.png) no-repeat bottom right;
	overflow:hidden;
	margin: 0px;
	padding:0px;
	float:left;
	clear:left;
} 

.whitebox_half_width { 
	padding-right: 10px; /* the gap on the right edge of the image (not content padding) DO NOT CHANGE*/ 
	margin: 5px 5px 5px 0px; /* use to position the box */ 
	width: 297px !important; /* intended total box width - padding-right(next) */ 
	width: 287px; /* IE Win = width - padding */ 
	/*color:#666666;*/
} 