/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fd7b9bdb-11fa-443a-897e-5dfe6bd7abc0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e279fa3a-6f14-4a5f-b7b6-3b7353d0299a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2a51fde1-74b8-49e7-a573-e66aeacf1a40) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-63849f8a-92d7-47ad-897d-5847d216556c) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
