div.indexForm{
float:left;
clear:left;
margin:5px;
}

div.indexForm h4{
float:left;
clear:left;
margin:0;
width:150px;
}

div.indexForm input{
float:left;
clear:none;
}

/* video player */

div.player{
padding:0;
width :528px;	
-moz-border-radius: 5px;
-webkit-border-radius: 5px;	
float:left;
margin-bottom:5px;
border:1px solid #bdbc80;
background-color:#eee;		
}
div.player div#player{
float:left;
clear:left;
margin-left:24px;
margin-top:15px;
margin-bottom:10px;
}
div.player div.player_info{
float:left;
clear:left;
width:488px;
height:25px;
background-color:#ddd;
padding-left:40px;
padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	font-weight: bolder;
}
	



/*


/* Mini player css */

#miniplayer_container {
	float: left;
	clear: left;
	margin-bottom: 5px;
	position: relative;
	background-color:#eee;
	width:195px;
	height:120px;
	border:1px solid #bdbc80;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#miniplayer_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#miniplayer_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#miniplayer_container #jplayer_play,
#miniplayer_container #jplayer_pause {
	display: block;
	position: absolute;
	left:5px;
	top:5px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#miniplayer_container #jplayer_play {
	background: url("spirites.jpg") 0 0 no-repeat;
}
#miniplayer_container #jplayer_play.different_prefix_example_hover {
	background: url("spirites.jpg") -41px 0 no-repeat;
}
#miniplayer_container #jplayer_pause {
	background: url("spirites.jpg") 0 -42px no-repeat;
}
#miniplayer_container #jplayer_pause.different_prefix_example_hover {
	background: url("spirites.jpg") -41px -42px no-repeat;
}
#miniplayer_container #jplayer_stop {
	position: absolute;
	left:157px;
	top:10px;
	background: url("spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#miniplayer_container #jplayer_stop.different_prefix_example_hover {
	background: url(" spirites.jpg") -29px -83px no-repeat;
}
#miniplayer_container #jplayer_progress {
	position: absolute;
	left:7px;
	top:50px;
	background-color: #eee;
	width:180px;
	height:15px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#miniplayer_container #jplayer_progress_load_bar {
	background: url(" bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#miniplayer_container #jplayer_progress_load_bar.different_prefix_example_buffer {
	background: url(" bar_buffer.gif")  top left repeat-x;
}
#miniplayer_container #jplayer_progress_play_bar {
	background: url(" bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#miniplayer_container #jplayer_volume_min {
	position: absolute;
	left:53px;
	top:17px;
	background: url(" spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#miniplayer_container #jplayer_volume_max {
	position: absolute;
	left:130px;
	top:17px;
	background: url(" spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#miniplayer_container #jplayer_volume_min.different_prefix_example_hover {
	background: url(" spirites.jpg") -19px -170px no-repeat;
}

#miniplayer_container #jplayer_volume_max.different_prefix_example_hover {
	background: url(" spirites.jpg") -19px -186px no-repeat;
}

#miniplayer_container #jplayer_volume_bar {
	position: absolute;
	left:73px;
	top:22px;
	background: url(" volume_bar.gif") repeat-x top left;
	width:50px;
	height:5px;
	cursor: pointer;
}
#miniplayer_container #jplayer_volume_bar_value {
	background: url(" volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#miniplayer_container #jplayer_playlist_message {
	position: absolute;
	left:0;
	bottom:0px;
	width:165px;
	padding:5px 15px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;	
	background-color:#ddd;
}

#miniplayer_container #jplayer_song_title {
	float:left;
	margin:0 15px 0 0;
	padding:0;
	font-weight:bold;
}

#miniplayer_container #jplayer_play_time,
#miniplayer_container #jplayer_total_time {
	padding-top:.2em;
	font-weight:normal;
	font-style:oblique;
	font-size:.9em;
}

#miniplayer_container #jplayer_play_time {
	float:left;
}

#miniplayer_container #jplayer_total_time {
	float:right;
	text-align: right;
}	



/* Full size player container*/

#player_container {
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	clear:left;
	position: relative;
	background-color:#eee;
	width:528px;
	height:100px;
	border:1px solid #bdbc80;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_container #jplayer_play,
#player_container #jplayer_pause {
	display: block;
	position: absolute;
	left:40px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_container #jplayer_play {
	background: url("spirites.jpg") 0 0 no-repeat;
}
#player_container #jplayer_play.different_prefix_example_hover {
	background: url("spirites.jpg") -41px 0 no-repeat;
}
#player_container #jplayer_pause {
	background: url("spirites.jpg") 0 -42px no-repeat;
}
#player_container #jplayer_pause.different_prefix_example_hover {
	background: url("spirites.jpg") -41px -42px no-repeat;
}
#player_container #jplayer_stop {
	position: absolute;
	left:90px;
	top:26px;
	background: url("spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_container #jplayer_stop.different_prefix_example_hover {
	background: url(" spirites.jpg") -29px -83px no-repeat;
}
#player_container #jplayer_progress {
	position: absolute;
	left:130px;
	top:32px;
	background-color: #eee;
	width:248px;
	height:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#player_container #jplayer_progress_load_bar {
	background: url(" bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_container #jplayer_progress_load_bar.different_prefix_example_buffer {
	background: url(" bar_buffer.gif")  top left repeat-x;
}
#player_container #jplayer_progress_play_bar {
	background: url(" bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_container #jplayer_volume_min {
	position: absolute;
	left:394px;
	top:32px;
	background: url(" spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_container #jplayer_volume_max {
	position: absolute;
	left:466px;
	top:32px;
	background: url(" spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_container #jplayer_volume_min.different_prefix_example_hover {
	background: url(" spirites.jpg") -19px -170px no-repeat;
}

#player_container #jplayer_volume_max.different_prefix_example_hover {
	background: url(" spirites.jpg") -19px -186px no-repeat;
}

#player_container #jplayer_volume_bar {
	position: absolute;
	left:412px;
	top:37px;
	background: url(" volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_container #jplayer_volume_bar_value {
	background: url(" volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#player_container #jplayer_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	width:448px;
	padding:5px 40px 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:1em;	
	background-color:#ddd;
}

#player_container #song_title {
	float:left;
	margin:0 15px 0 0;
	padding:0;
	font-weight:bold;
}

#player_container #jplayer_play_time,
#player_container #jplayer_total_time {
	padding-top:.2em;
	font-weight:normal;
	font-style:oblique;
	font-size:.9em;
}

#player_container #jplayer_play_time {
	float:left;
}

#player_container #jplayer_total_time {
	float:right;
	text-align: right;
}


