body 
{ 
	background: #fff;
	margin: 0px;
	overflow:hidden;
	font-family: Arial,Helvetica,sans-serif;
}
.clear
{
    clear: both;
}
h5
{
    margin:0;
}
h5 span
{
    font-weight: normal;
}
#youtube_player
{
	background: #999 url("../images/bgpx.gif");
	width:100%;
	height:100%;
	position:absolute;	
	z-index: 100;	
	top:0;
	left:0;
	visibility: hidden;
}
#map
{
	position:absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	
}
#close_btn
{
    background: url(../images/close_btn.png);
    width: 24px;
    height: 24px;
    display:block;
    float:right;
}
#yt_wrapper
{
    background: #fff;
    width: 925px;
    margin: 20px auto;
}
#yt_swf_container
{
    float: left;
    width: 640px;
    height: 380px;
}
#yt_video_details
{
    background: #e5e5e5;
    border: 1px solid #c7c7c7;
    float:left;
    margin-left: 10px;
    padding: 5px;
    width: 240px;
}
#yt_video_details h5
{
    margin: 10px 0;
}
#yt_video_info
{
    clear:both;
    background: #e5e5e5;
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin-top: 10px;
}
#yt_video_info h5
{
    float:left;
    margin-right: 15px;
}
#yt_video_desc
{
    clear: both;
    background: #e5e5e5;
    border: 1px solid #c7c7c7;
    padding:10px;
    margin-top: 10px;
    font-size: 12px;
}
#yt_video_title
{
    padding-top: 10px;
}
#yt_video_title, #yt_swf_container, #yt_video_info, #yt_video_desc
{
    margin-left: 10px;
}
#yt_video_details, #yt_video_info, #yt_video_desc
{
    margin-right: 10px;
}
div { behavior: url("../iepngfix.htc") }
