.radio_block {
	vertical-align: bottom;
	text-align: center;
}
#radio_player {
	width: 100%;
}
select#radio_stations {
	width: 100%;
	height: 32px;
	background-color: #272727;
	border-top: 1px solid white;
	border: none;
	border-radius: 0 0 4px 4px;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
}
select#radio_stations:focus {
	outline: none;
}
#radio_stations>option:focus {
	outline: none;
}
#radio_controls {
	background-color: #272727;
	border: none;
	border-radius: 4px 4px 0 0;
	color: white;
	padding: 4px 1px 1px 1px;
	height: 30px;
}
.radio_cube {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
#radio_play, #radio_mute {
	width: 45px;
	height: 22px;
	outline: none;
	color: white;
	background-color: grey;
	border: none;
	margin: 0 2%;
	font-size: 12px;
	padding: 0px 2px;
	border-radius: 20px;
}
#radio_play:hover, #radio_mute:hover {
	background-color: #89858B;
	background-image: none;
}
input#radio_volume {
	width: 70%;
	vertical-align: top;
	height: 20px;
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
/* Basic Grey */

.basic-grey {
	margin-right: auto;
	margin-left: auto;
	background: #EEE;
	padding: 10px 15px 10px 15px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
	border:1px solid #DADADA;
}
.basic-grey h1 {
	font: 25px Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 10px 40px;
	display: block;
	border-bottom: 1px solid #DADADA;
	margin: -10px -30px 30px -30px;
	color: #888;
}
.basic-grey h1>span {
	display: block;
	font-size: 11px;
}
.basic-grey label {
	display: block;
	margin: 0px 0px 5px;
}
.basic-grey label>span {
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
	border: 1px solid #DADADA;
	color: #888;
	height: 24px;
	margin-bottom: 6px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width: 70%;
	font: normal 12px/12px Georgia, "Times New Roman", Times, serif;
}
.basic-grey select {
	text-indent: 0.01px;
	text-overflow: '';
	width: 70%;
	height: 30px;
}
.basic-grey textarea {
	height:100px;
}
.basic-grey .button {
	background: #E48F8F;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
}
.basic-grey .button:hover {
	background: #CF7A7A
}
.basic-grey label>input[type="range"] {
	width: 65%;
}
.basic-grey input[type="checkbox"] {
	margin-top: 5px;
}
