#admespopup {
	position: fixed;
	z-index: 100003;
	top: 30%;
	left: 42%;
	background: #ECECEC;
	border: solid 1px rgb(176, 176, 176);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding: 2px;
	text-shadow: 1px 1px 0px #EFEFEF;
	width: 380px;
	text-align: center;
}

.adspsxpbase {
	color: rgb(32, 213, 192);
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: 700;
	display: inline;
	float: left;
}
/*
	.bannerpsxpclose {
	background: rgb(0, 197, 255);
	width: 20px;
	cursor: pointer;
	color: rgb(205, 205, 205);
	position: relative;
	left: 90%;
	text-align: center;
	top: 2px;
	border-bottom: 1px solid rgb(40, 153, 153);
	}
*/
.adspsxptitle {
	width: 100%;
	background:white;
	text-align: start;
	font: 15pt Monospace;
	font-weight: bold;
}
.adspsxbuttonpoisk {
	-webkit-box-shadow: rgba(0,0,0,0.0.1) 0 1px 0 0;
	-moz-box-shadow: rgba(0,0,0,0.0.1) 0 1px 0 0;
	box-shadow: rgba(0,0,0,0.0.1) 0 1px 0 0;
	background-color: #00B6C5;
	border: 1px solid #1A87B9;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 6px;
	height: 26px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0 5px 0;
}

input.adspsxbuttonpoisk:hover {
	background:rgb(25, 164, 173);
}

input.adspsxbuttonpoisk{ 
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.56);
}

.tmes{
	width: 90%;
	overflow-wrap: break-word;
	background: white;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid silver;
	margin: 30px 0 5px 0;
	font: 12pt FANTASY;
	color: rgb(13, 132, 132);
	text-align: justify;
	overflow-y: overlay;
	/*height: 200px;*/
}

.tmes>p {
  margin: 7px;
}

#adssmoke{
	background:rgba(1, 38, 52, 0.7);
	width: 100%;
	height: 100%;
	position:fixed;
	left:0;
	top:0;
}

/* Playlist */
#mjuplayer_view_playlist_psx{
	width: 300px;
    height: 300px;
    border: 1px solid;
    background: linear-gradient(#195C8C,#2E325F);
	box-shadow: 5px 5px 8px silver;
    border-radius: 4px;
}

#mjuplayer_view_playlist_psx_title{
	background: linear-gradient(#1F0973,#494996);
    color: white;
    font-size: 12pt;
    padding: 4px;
}

#mjuplayer_view_playlist_psx_tracks{
    background: linear-gradient(#1281D0,yellow);
    width: 95%;
    height: 255px;
    padding: 4px;
    margin-top: 4px;
    border-radius: 4px;
	overflow-y: scroll;
}

#mjuplayer_view_playlist_psx_close{
	float: right;
    border: 1px solid;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    background: linear-gradient(#5211EF, #1A182B);
    cursor: pointer;
}

#mjuplayer_view_playlist_psx_close:hover{
    background: linear-gradient(#5007FF, #746AC7);
}

.track_psx_style{
	background: linear-gradient(black,#666EB7);
	color:white;
	text-align:left;
	cursor:pointer;
	padding: 2px 4px;
    border-radius: 2px;
	margin-top: 2px;
}
.track_psx_style:hover {
    background: linear-gradient(black,cyan) !important;
}

/* Progress bar and time */
.psx_pl_progress_bar{
    height: 4px;
    border-radius: 4px;
    background: white;
    margin: 5px 3px;
}

.psx_pl_progress{
    height: 4px;
    background: linear-gradient(lime, green);
    border-radius: 3px;
}

.psx_pl_time{
    font-size: 7pt;
    text-align: center;
    color: yellow;
    background: linear-gradient(rgba(192, 192, 192, 0.52),rgba(0, 0, 0, 0.61));
    padding: 2px;
    border-radius: 4px;
}

.psx_pl_track_title{
	
}