.postbox {
	padding: 10px 20px 20px;
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.5em;
}
#woo_image_seo_form fieldset {
	border: 1px dotted #999999;
	padding: 25px;
	margin: 25px 0;
	font-size: 20px;
}
#woo_image_seo_form label {
	display: inline-block;
	font-size: 17px;
	line-height: 1.5em;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#woo_image_seo_form label:first-of-type {
	margin-bottom: 20px;
}
#woo_image_seo_form input[type="checkbox"] {
	display:none;
}
#woo_image_seo_form .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}
#woo_image_seo_form label:hover input[type="checkbox"] ~ .checkmark {
	background-color: #ccc;
}
#woo_image_seo_form input[type="checkbox"]:checked ~ .checkmark {
	background-color: #0073aa !important;
}
#woo_image_seo_form .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
#woo_image_seo_form input[type="checkbox"]:checked ~ .checkmark:after {
	display: block;
}
#woo_image_seo_form .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#woo_image_seo_form input[type="submit"],
#woo_image_seo_form input[type="button"] {
	cursor: pointer;
	color: white;
	border: none;
	padding: 5px 10px;
	margin-top: 40px;
	box-shadow: 0 1px 1px rgba(0,0,0,.7);
}
#woo_image_seo_form input[type="submit"]:hover,
#woo_image_seo_form input[type="button"]:hover {
	box-shadow: 0 1px 2px black;
}
#woo_image_seo_form input[type="submit"] {
	font-size: 16px;
	background: #0073aa;
	margin-right: 20px;
	width: 125px;
}
#reset-settings {
	font-size: 14px;
	background: #aa0000;
}
#woo_image_seo_form input[disabled] {
	cursor: wait !important;
	background: #6d6d6d !important;
	box-shadow: inset 0 0px 2px black !important;
}
#woo_image_seo_form input[type=checkbox]:checked:before,
#woo_image_seo_form input[type=radio]:checked:before {
	display:none;
}
#woo_image_seo_form .text-select {
	margin-top: 20px;
	padding: 0;
}
#woo_image_seo_form label span {
	vertical-align: middle;
}
#woo_image_seo_form select {
	font-size: 17px;
	line-height: 1.5;
	padding: 3px;
	width: 140px;
}
#post-success {
	background: #0cad21;
	color: white;
	font-size: 20px;
	padding: 20px;
	box-shadow: 0 0 1px rgba(0,0,0,.75);
}
#woo_image_seo_form .dashicons-editor-help {
	vertical-align: middle;
	cursor: pointer;
	color: #333;
}
#woo_image_seo_form .dashicons-editor-help:hover {
	transform: scale(1.2);
}
.postbox--help {
	transition: box-shadow .4s;
}
.postbox--active {
    box-shadow: 0 0 5px #0073aa;
}