@charset "utf-8";
/* CSS Document */

*{
padding:0px;
margin:0px;

}


body {
	background-color: #dedede;	
}

#wrapper {
	height: 450px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dedede;
	/*background-image: url(http://localhost/projects/977music/small_player/test/bg.jpg);
	background-repeat:  repeat-x;*/
}

#center {
	 
}

#banner728 {
	float:left;
	width: 300px;
	height:250px;
	margin-bottom: 5px;
	background-color: #E7E3E7;
	
}

#banner350 {
	float:left;
	width: 300px;
	height:250px;
	margin-top:40px;
	background-color: #E7E3E7;
	
}

#flash {
	float: left;
	width: 518px;
	height: 350px;
	text-align: center;
}

#banner_bottom {
	clear: both;
	height: 90px;
	width: 728px;
	margin-top: 5px;
	background-color: #E7E3E7;  
}

#ext {
	/*background-image: url(http://localhost/projects/977music/small_player/test/bg.jpg);
	background-repeat:  repeat-x;*/
	width: 100%;
	background-color: #dedede;
}
/* Share Bar */
.player_share_bar {
	width:100%;
	height:30px;
	margin-bottom:10px;
	background: url(../image/share-bg.jpg) no-repeat center top;
	border-bottom: 1px solid #a72f96;
	font-family:Arial, Verdana, sans-serif;
	color:#333;
	font-size:13px;
}
.player_share_wrapper{
	width:750px;
	margin:0 auto
}
.player_share_block {
	padding-top:5px;
}
.m_l10 {
	margin-left:10px;
}
.m_t10 {
	margin-top:10px;
}
.m_r10 {
	margin-right:10px;
}
.m_b10 {
	margin-bottom:10px;
}
.m_t0 {
	margin-top:0;
}
.m_t5{
	margin-top:5px;
}
.m_b0 {
	margin-bottom:0;
}
.width100 {
	width:100%;
}
.share_divider {
	background: url(../image/share-divider.jpg) no-repeat center;
	width:2px;
	margin:0 10px;
	height:30px;
}
.left {float:left;}
.share_h1 {
	font-size:13px;
	font-weight:bold;
	display: inline;
}
a, a:link, a:visited {
	color:#A9499A;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
