.modal-dialog{
	width:400px!important;
	/*height:230px !important;*/
	background:white;
	border: 1px solid #0576dc;
	font-family:tahoma;
	margin-top: 137px !important;
	
}
#myModaltrailer .modal-dialog{
	width: 560px !important;
	border:none !important;
}
#myModaltrailer .close{
	position: absolute !important;
    margin-left: 539px !important;
}
.close{
	color:white;
	margin-top: 7px !important;
    margin-right: 11px !important;

}
.close span{
    font-size: 21px;
    opacity: 1;
}
#myModalLogin, #myModal {
	position:absolute;
	z-index:999999;
	
}
.modal-content{
	background: transparent !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border:none !important;
	width: 400px;
	margin:auto;
}
.modal-header{
	border:none !important;
	font-size:13px;
	font-family: "tahoma";
	font-weight:bold;
	color:white;
	background:#167edd;
	height:37px;
	padding: 7px 23px !important;
}
.modal-footer{
	border:none !important;
}
.modal-body{
	/*min-height:232px !important;*/
	height: 240px;
}
.modal-body iframe{
	height:100%;
	width:100%;
	/*border: 1px solid #ccc;*/
}

#myModal ul.tabs {
	float: right;
	list-style: outside none none;
	padding: 0;
	width: 100%;
	cursor: pointer;
    margin-top:-40px;
}
#myModal ul.tabs li{
	float:left;
	font-size: 20px;
	color: white;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	padding-left: 0;
	text-align: center !important;
	width: 155px;
	font-family:tahoma;
}

#myModal ul.tabs li:nth-last-child(2){
    margin-left: 10px;
}
#myModal .active{
	color:#EA5C00 !important;
}
#topPopup {
	width: 100%;
	height: 36px;
	background-color: #000;
	position: fixed;
	opacity: 0.5;
}
#tabContent{
	background: #199CD2 !Important;
}
#tabContent li a{
	color:white;
	font-weight:bold;
}
#tabContent li.active a{
	color:#01729c !important; 
}

#tabContentPlayNow{
	background: #199CD2 !Important;
}
#tabContentPlayNow li a{
	color:white;
	font-weight:bold;
}
#tabContentPlayNow li.active a{
	color:#01729c !important; 
}