/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-30603662-1530-4f01-891f-20951cd548aa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dca4f1ce-8912-44b2-bad5-deeae38a821d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a9232bd8-cb7a-412e-a2cd-730a52f31fee) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0b9a7624-2808-485f-bac1-b575ce14e3b1) 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 {
}
