
#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	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:#295c72;		
}

:focus, INPUT[type=submit], a:active{
	outline:none;
	-moz-outline-style:none;
	outline-style:none;
}

#playlist {
	float:left;
	width:268px;
	height:240px;
	overflow:auto;
	}

#player {	
	border:1px solid #9dab1d;
	/*background:url(/img/player/splash.png) no-repeat;*/
	text-align:center;
	float:right;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	display:block; 
	text-align:center; 
	width:320px;
	height:240px
}


