.placeOptHome {
	background-color: #6CF;
}
.placeOptNature {
	background-color: #0C6;
}
.placeOptPublic {
	background-color: #FF9;
}
.placeOptSpecial {
	background-color: #F87;
}
#placePic, #sonksPic {
	cursor: pointer;
	border: 0 none;
	padding: 2px;
}
#placePic:hover, #sonksPic:hover {
	border: solid 2px #999;
	padding: 0;
}
#places option:checked {
	box-shadow: 0 0 10px 100px #333 inset;
	color: #fff;
}

#checkPanel span {
	margin-left: 10px; margin-right: 10px;
}

#placeTitle {
	font-weight: bold;
}
#placeComm {
	margin-bottom: 3px;
}