#page {
	background-color: #efefef;
	width: 600px;
	margin: 50px auto;
	padding: 20px 150px 20px 50px;
	min-height: 400px;
	border: 2px solid #fff;
	outline: 1px solid #ccc;
	text-align: left;
}

h1, h2 {
	letter-spacing: -1px;
	color: #2D5AC3;
	font-weight: normal;		
	margin-bottom: -10px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

.less {
	color: #999;
	font-size: 12px;
}

a {
	color:#0061ab;		
}

#radioplayer_window {
	background: #fff;
	width: 370px;
	min-height: 450px;
	overflow: hidden;
}

	#rw_logo {
		width: 370px;
		float: left;
		margin: 10px 0;
		text-align: center;
	}
	
		#rw_logo img {
	
		}
	
	#rw_player {
		width: 370px;
		float: left;
		margin: 0 0 15px;
	}
	
		#rwp_audio {
			width: 223px;
			height: 32px;
			border: 3px solid #0061ab;
			float: left;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			behavior: url('/css/PIE.htc');
			position: relative;
			margin: 0 0 0 74px;
		}
		
	#common_data_box {
		width: 380px;
		height: 170px;
		float: left;
	}	

		.rw_recent {
			width: 100%;
			float: left;
			margin: -340px 0 0 0px;
			position: relative;
            z-index: 1;
		}
		
		.rw_recent2 {
			width: 100%;
			float: left;
			margin: 0 0 0 10px;
			position: relative;
            z-index: 1;
		}
		
		.rw_recent3 {
			width: 70%;
			float: left;
			margin: -110px 0 0 90px;
			position: relative;
            z-index: 1;
		}
		
			.rwr_header {
				width: 80%;
				float: left;
				margin: 0 0 8px 10%;
				text-align: center;
				font: 12px/14px Arial, monospace;
				color: #FFFFFF;
			}
			
			.rwr_body {
				width: 100%;
				float: left;		
			}
			
				.rwr_body ul {
			
				}
				
					.rwr_body ul li{
						width: 100%;
						float: left;
						margin: 0 0 3px;
						font: 16px/18px segoe script, monospace;
				
					}
					
						.rwr_time{
							float: left;
							margin: 0 12px 0 0;
							width: 61px;
							color: #000000;
							text-align: right;
						}
						
						.rwr_song{
							float: left;
							margin: 0px 15px 0 0;
							width: 98%;
							color: #000000;
						}
						
							.rwr_song a{
								text-decoration: underline;
							}
							
							.rwr_song a img{
								vertical-align: top;
							}
							
							.rwr_song a:hover{
								text-decoration: none;
							}
		
		#rw_search {
			width: 92.4%;
			float: left;
			margin: 0 0 30px 7.6%;
			
		}
		
			.rws_text {
				padding: 0 9px;
				font: 12px/38px Arial, monospace;
				color: #000;
				float: left;
			}
			
			#rw_search input[type='text'] {
				float: left;
				display: block;
				font: 12px/32px Arial, monospace;			
				border: 3px solid #0061ab;
				color: #a3bad7;			
				text-align: center;
				width: 55px;
			}
			

			#rw_search input[type='submit'] {
				float: left;
				display: block;
				font: 12px/38px Arial, monospace;
				height: 38px;
				width: 59px;
				background: #0061ab;
				color: #fff;			
				text-align: center;
			}
			
				#rw_search input[type='submit']:hover {
					cursor: pointer;
					text-decoration: underline;
				}
			
		#rw_banner {
			width: 100%;
			float: left;
			text-align: center;
		}	
		
			#rw_banner img{

			}
			
#cdb_notice {
	width: 90%;
	padding: 10px 4% 10px 5%;
	margin: 0 0 20px;
	border: 1px dotted #ccc;
	background: #eee;
	font: italic 11px/14px Arial, monospace;
	color: #f00;
	position: relative;
}

	#cdb_notice a{
		position: absolute;
		top: 4px;
		right: 4px;
		width: 16px;
		height: 16px;
		background: url('../flowplayer/img/cancel.png');
	}			
