
/* ------------ aesthetic ------------- */

._P {
	background-color:#fff;
	border:0px solid #ccc;
	-moz-border-radius: 2px; -webkit-border-radius: 2px;
	margin-bottom:1px;
	width:400px;
}

.P_PLAYBUTTON {
	margin:2px;
	border:0px outset #aaa;
	height:22px;
	width:22px;
	line-height:24px;
	left:0px;
	top:0px;
	text-align:center;
	cursor:pointer;
	-moz-border-radius: 2px; -webkit-border-radius: 2px;
	z-index:3;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	background-image:url(images/0x15.png);
}

.P_PLAYBUTTON:hover {
	background-color:#999;
	background-image:url(images/0x50.png);
}

.P_PLAYING {
	background-color:#aaa;
	background-image:url(images/0x50.png);
}

.P_PAUSE {
	background-color:#999;
}

.P_LOADER {
	background-image:url(images/0x15.png);
}

.P_LOPER {
	margin-left:26px;
	border-right:3px solid #333;
}

.P_TITLE {
	
}

.P_TIME {
	position:absolute;
	height:26px;
	right:5px;
	text-align:right;
	top:0px;
	color:#000;
}

/* ------------ necessary ------------- */

._P {
	position:relative;
	overflow:hidden;
	height:26px;
}

.P_PLAYBUTTON, .P_PLAYER, .P_LOADER, .P_LOPER, .P_TITLE, .P_SEARCH {
	position:absolute;
	top:0px;
}

.P_SEARCH {
	width:100%;
	top:0px;
	left:26px;
	background-color:transparent;
	height:26px;
	z-index:9;
}

.P_LOADER {
	width:100%;
	top:0px;
	left:26px;
	height:26px;
}

.P_TITLE {
	left:30px;
	line-height:26px;
	z-index:-1;
}

.P_LOPER {
	height:26px;
	width:0px;
}
