#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('ie.png');
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100000;
}

#confirmBoxMain{
	background:url('body_bg.jpg') repeat-x left bottom #e5e5e5;
	border: 1px solid rgba(33, 33, 33, 0.6);
	
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    position: fixed;
    top: 10%;
}

#confirmBoxMain h1,
#confirmBoxMain p{
	font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	/*background:url('header_bg.jpg') repeat-x left bottom #f5f5f5;*/
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
}

#confirmBoxMain h1{
	letter-spacing:0.3px;
	color: #363636;
    padding: 12px 4px;
    font-size: 16px;
    text-align: center;
}

#confirmBoxMain p{
	background:none;
	font-size:16px;
	line-height:1.4;
}

#confirmButtons{
	padding: 5px 0 11px;
	text-align:center;
}

#confirmBoxMain .button{
	display:inline-block;
	background:url('buttons.png') no-repeat;
	color:white;
	position:relative;
	height: 33px;
	
	font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	
	margin-right: 15px;
	padding: 0 35px 0 40px;
	text-decoration:none;
	border:none;
}

#confirmBoxMain .button:last-child{	margin-right:0;}

#confirmBoxMain .button span{
	position:absolute;
	top:0;
	right:-5px;
	background:url('buttons.png') no-repeat;
	width:5px;
	height:33px
}

#confirmBoxMain .blue{				background-position:left top;text-shadow:1px 1px 0 #5889a2;}
#confirmBoxMain .blue span{			background-position:-195px 0;}
#confirmBoxMain .blue:hover{		background-position:left bottom;}
#confirmBoxMain .blue:hover span{	background-position:-195px bottom;}

#confirmBoxMain .gray{				background-position:-200px top;text-shadow:1px 1px 0 #707070;}
#confirmBoxMain .gray span{			background-position:-395px 0;}
#confirmBoxMain .gray:hover{		background-position:-200px bottom;}
#confirmBoxMain .gray:hover span{	background-position:-395px bottom;}


.migamMovie {
    cursor: pointer;
}

.LQ {
    background:url("../img/lqplay.png") no-repeat right top;
    width: 25px;
    height: 25px;
    float: right;
    margin-right: 28px;
    margin-top: 9px;
    cursor: pointer;
}
.HQ {
    background:url("../img/hqplay.png") no-repeat right top;
    width: 25px;
    height: 25px;
    float: right;
    margin-right: 28px;
    margin-top: 9px;
    cursor: pointer;
}
.dLQ {
    background:url("../img/icons/downloadLQ.png") no-repeat right top;
    width: 25px;
    height: 25px;
    float: right;
    margin-right: 28px;
    margin-top: 9px;
    cursor: pointer;
}
.dHQ {
    background:url("../img/icons/downloadHQ.png") no-repeat right top;
    width: 25px;
    height: 25px;
    float: right;
    margin-right: 28px;
    margin-top: 9px;
    cursor: pointer;
}
#confirmBoxMain {
    z-index: 9999;
}

.poweradeBox {
    float: left;
    margin-left: 5px;
    margin-top: 23px;
    font-size: 12px;
    color: white
}
.powerade {
    font-size: 12px;
    color: #003399;
    text-decoration: none;
}
.vidPreView .vjs-big-play-button {
    top: 20em !important;
    left: 25em !important;
}
.smallVID .vjs-big-play-button {
    top: 18em !important;
    left: 22em !important;
}    
.DownloadLinks {
    text-align: right;
}
.vidRow:hover {
    background-color: #ccc;
}