
#radio-main-frame {
	width: 630px;
	float: right;
}

#radio-title {
	background-color: #ffc552;
	padding: 5px 0  5px 20px;
}

#radio-image {
	width: 250px;
	height: 250px;
}

#radio-side-bar {
	float: left;
	padding: 0 15px;
	width: 280px;
}
	#radio-side-bar dt {
		font-weight: bold;
		margin-bottom: .5em;
	}
	#radio-side-bar dd {
		margin-left: 1em;
		margin-bottom: 1em;
	}
	#radio-side-bar dd textarea {
		width: 240px;
		height: 5em;
	}
	
#share-buttons {
	margin: 10px 0;
}
	
.radio-share-button {
    color: white;
    cursor: pointer; 
    border: 3px outset; 
    margin: 5px;
    padding: 5px; 
}

.radio-tag-list {
	list-style: none;
	padding: 0;
}
	.radio-tag-list ul {
		padding: 0;
		margin: 0;
	}
	
	.radio-tag-list li {
		display: inline;
		padding: 0;
		padding-right: .5em;
	}
	
#radio-chatroom {
	width: 600px;
	height: 350px; 
	border: none;
}