.selector-container {
	background: #f1f1f1;
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow:  inset 0 0 10px rgba(0,0,0,.1);
	box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width:450px;
	overflow:hidden;
}
.widget .widget-inside .selector-container p {
	margin:10px 15px 5px;
	text-shadow: 0 1px 0 #fff;
}
.select-content {
	background: #fff;
	border:1px solid #dfdfdf;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 192px;
	margin:5px;
	padding: 10px;
	float:left;
	font-size: 1.2em;
	height:150px;
	overflow:auto;
}
.select-content ul {
	border-top: 1px solid #dfdfdf;
	margin:10px 0 0;
}