/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c9be7122-3e8e-4105-9881-f4d1559eb00a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f72ca44e-76e3-429b-9ce2-9ac3bce2ba33) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a4697778-6cf6-4ecd-be8d-33f918f45690) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ee93e401-1bdb-4df9-a264-a7b67669c2c0) 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 {
}
