.sortables_captcha_list {
	min-height: 100px; 
	min-width: 100px;
	list-style-type: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sortables_captcha_list li {
	cursor: move;
	margin: 5px 0;
	padding: 8px;
}
.checkbox-input {
	margin: 5px 0;
}