.selecting {
	margin: 0 0 20px;
	padding-left: 20px;
}
	.selecting label {
		font-size: 18px;
		margin-bottom: 10px;
		display: block;
		margin-left: -20px;
	}
	.selecting .sel, .selecting .sel_m {
		margin-right: 5px;
	}
.sinput {
	width: 100px;
	padding: 7px 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 15px;
}
.jcrop-tracker {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mod_selected {
	background: #fff;
	margin: 20px;
	padding: 30px;
	text-align: center;
}
	.mod_selected p {
		margin: 15px 0 0;
		color: #313131;
	}
#mod_selected {
	display: none;
	cursor: pointer;
}
.mod_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 999;
	display: none;
	top: 0;
	left: 0;
	overflow: hidden;
}
.mod_select {
	position: fixed;
	top: 0;
	left: 50%;
	background: #fff;
	padding: 40px 20px 20px;
	z-index: 1000;
	box-shadow: 0 0 50px rgba(0,0,0,.3);
	width: 840px;
	margin-left: -420px;
}
	.mod_select a {
		display: inline-block;
		width: 100px;
		border: none;
		vertical-align: top;
		margin: 0 20px 30px;
		text-align: center;
		color: #777;
		cursor: pointer;
	}
		.mod_select a:hover {
			color: #313131;
		}
	.mod_select img {
		display: inline-block;
		margin: 0 0 15px;
	}