/* Style Sheet for L J popup video */
body {
	background-color: #000000;
	border: 0px;
	margin: 0px;
	padding: 0px;
	
}
#main_container {
	width: 475px;
	height: 475px;	
	background-color: #000000;
	border:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	padding: 5px;
	margin-left: 0;
			
}
#logo {
	width:225px;
	height:125px;
	float:left;
	border:none;
	margin: 0px;
	padding: 0px;
}
#will_play {
	width:470px;
	height:18px;
	border:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding:4px;
	
}
#text_inside {
	width:225px;
	height:100px;
	float:left;
	border:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding:8px;
}
#video_container {
	width:460px;
	height:300px;
	text-align:center;	
	padding:7px;
}

