/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5a7062f9-eb19-4b1c-a73e-788fb4b932ae) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e1381b21-73f2-4170-a8a7-882815bf0b1d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1944ac73-c95e-4b49-bc23-0a44e4df8a17) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e6255e22-b8ef-46b1-b616-b72311171145) 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 {
}
