
.state_selection{
	min-width: 20px;
	float: left;
	margin: 5px;
	cursor: pointer;
	font-weight: bold;
	color: #38b0e3;
}

.state_selection.used{
	color: #999 !important;
}

#states_chooser{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 3px 3px 10px #666;
	-webkit-box-shadow: 3px 3px 10px #666;
	box-shadow: 3px 3px 10px #666;
	background: #fff;
	border: 1px solid #a0be36;
	padding: 10px;
}
#states_chooser #state_select_header{
	background: #a0be36;
	padding: 3px 12px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	margin: -10px;
	margin-bottom: 10px;
}

.radio img {
display: none;
}

.checkbox img {
display: none;
}