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

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h200 { clear: both; width:100%; height: 200px; }


#homepage_video_box {
	width: 540px;
	height: 230px;
	padding: 20px 15px 0 15px;
	margin: 0px;
    background: url(../images/homepage_video_box_bg.jpg) no-repeat;
}

#homepage_video_box .video_box {
	float: left;
	width: 268px;
}

#homepage_video_box .video_box .iframe_box {
	width: 260px;
	height: 195px;
	padding: 1px;
	border: 3px solid #3c3431;	
}

#homepage_video_box .video_box p {
	font-size: 11px;
}

#homepage_video_box .video_box .em_text {
	font-family: "Comic Sans MS";
	font-weight: bold;
	color:#0066CC;
	font-size:11px;
}

#homepage_video_box .text_box {
	float: right;
	width: 260px;
	padding-top: 35px;
}

#homepage_video_box .text_box p{
	padding: 0px;
	margin: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 12px;
}


