* {
	outline:none;
}

	
}
/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
{   
	border : 0px;
} 
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus
{     
	outline : none; 
}

#overlay{
	display:none;
	background:#000;
	width:100%;
	height:100px;
	position:absolute;
	z-index:500;
	top:0;
	left:0;
	-moz-opacity:.80; 
	filter:alpha(opacity=80); 
	opacity:.80;
}

.modalWindow{
	display:none;
	background:transparent;
	position:absolute;
	z-index:1000;
    top:50px;
    margin:0 auto;
	left:50%;
	margin-left:-406px;
	width:813px;
	height:400px;
	padding:0px;
	text-align:center;
}

.modalWindow .top{
	width:813px;
	height:39px;
	background:url('../assets/images/modalTop.png');
	background-repeat:no-repeat;
	padding-top:30px;
    
}

.modalWindow .top #closeButton{
	cursor:pointer;	display:block;
	height:25px;
	width:60px;
	border:none;
	margin-left:710px;
}

.modalWindow .main{
	padding-right:8px;
	width:805px;
	background:url('../assets/images/modalMain.png');
	background-repeat:no-repeat;
	height:628px;
}

.modalWindow .bottom{
	width:813px;
	height:53px;
	background-repeat:no-repeat;
	background:url('../assets/images/modalBottom.png');
}


.modalLostChapterWindow .top{
    width:813px;
    height:65px;
    background:url('../assets/images/modalLostChapterTop.png');
    background-repeat:no-repeat;
    padding-top:30px;
}

.modalLostChapterWindow .bottom{
    width:813px;
    height:53px;
    background-repeat:no-repeat;
    background:url('../assets/images/modalBottom.png');
}

.modalLostChapterWindow{
    display:none;
    background:transparent;
    position:absolute;
    z-index:1000;
    top:50px;
    margin:0 auto;
    left:50%;
    margin-left:-406px;
    width:813px;
    height:400px;
    padding:0px;
    text-align:center;
}

.modalLostChapterWindow .top #closeButton{
    cursor:pointer;    
    display:block;
    height:25px;
    width:60px;
    border:none;
    margin-left:710px;
}

.modalLostChapterWindow .main{
    padding-right:8px;
    width:805px;
    background:url('../assets/images/modalMain.png');
    background-repeat:no-repeat;
    height:450px;
}

.modalLostChapterWindow .main .advertisment
{
    color:gray;
    text-align:right;
    margin-right:40px;
}

#videoModalWindow{
	display:none;
	background:transparent;
	position:absolute;
	z-index:1000;
    top:120px;
    margin:0 auto;
	left:50%;
	margin-left:-406px;
	width:750px;
	height:400px;
	padding:0px;
	text-align:center;
}

#videoModalWindow .top{
	background-repeat:no-repeat;
    height:39px;
    position:absolute;
    right:5px;
    text-align:right;
    top:12px;
    width:750px;
}

#videoModalWindow .top .closeButton{
	cursor:pointer;	display:block;
	height:25px;
	width:60px;
	border:none;
	margin-left:685px;
	margin-top:15px;
}

#videoModalWindow .main{
	padding-right:8px;
	width:805px;
	background-repeat:no-repeat;
	height:420px;
}

#videoModalWindow .bottom{
	width:813px;
	height:53px;
	background-repeat:no-repeat;

}

/*stream window*/
#streamModalWindow{
	display:none;
	background:transparent;
	position:absolute;
	z-index:1000;
    top:120px;
    margin:0 auto;
	left:36%;
	width:558px;
	height:579px;
	padding:0px;
	text-align:center;
}

#streamModalWindow .top{
	background:url('../assets/images/streamTop.png');
	background-repeat:no-repeat;
    height:56px;
    text-align:right;
    width:558px;
}

#streamModalWindow .closeButton{
	cursor:pointer;	
	display:block;
	height:23px;
	width:44px;
	border:none;
	position:absolute;
	top:29px;
	right:33px;
}

#streamModalWindow .main{
	width:558px; 
	background-repeat:no-repeat;
	background:url('../assets/images/streamBg.png');
	height:474px;
}

#streamModalWindow .bottom{
	width:558px;
	height:49px;
	background-repeat:no-repeat;
	background:url('../assets/images/streamBottom.png');

}

