body{
	margin:0;
	padding:0;
}

img,a{
	border:none;
	outline:none;
}

p{
	padding:5px 0;
	margin:0;
}

a img{
	vertical-align:middle;
}

.clear{
	clear:both;
}

.container{
	position:relative;
	width:950px;
	margin:0 auto;
}

.header{
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}

.main_content{
	position:relative;
	width:650px;
	margin:0 auto;
}

.main_video{
	position:relative;
	padding:10px 0 20px 0;
	margin:0;
}

.main_video #player{
	float:left;
	width:320px;
	overflow:hidden;
}

.main_video .details{
	float:right;
	width:300px;
	overflow:hidden;
}

.divider_solid{
	display:block;
	line-height:1px;
	height:1px;
	overflow:hidden;
	border-bottom:1px solid;
	margin:5px 0;
}

.divider_dashed{
	display:block;
	line-height:1px;
	height:1px;
	overflow:hidden;
	border-bottom:1px dashed;
	margin:5px 0;
}

.gallery_video{
	float:left;
	width:300px;
	padding:8px 0 8px 0;
	margin:0 25px 0 0;
}

.gallery_video .thumbnail{
	float:left;
	width:100px;
	height:58px;
	overflow:hidden;
}

.gallery_video .details{
	float:right;
	width:190px;
	overflow:hidden;
}

.powered_by{
	position:relative;
	width:642px;
	padding:7px 0 7px 8px;
	margin:10px 0;
}

.footer{
	position:relative;
	margin:10px 0;
}


/*
	This is for the pop-up form
*/
.jqmWindow {
    display: none;
    
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 280px;
    
    background-color: #fff;
    color: #333;

    padding: 15px;
	margin:0;
	
	overflow:hidden;
}

.jqmWindow span {
	line-height:30px;
	display:block;
}

.jqmWindow input .text{
	width:190px;
}

.jqmWindow label {
	display:inline-block;
	width:100px;
}

.jqmWindow textarea {
	display:inline-block;
	width:100%;
	height:90px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}

