/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e7bcbf17-dd63-4bb2-8b90-b17328fc2e59) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-19e5860c-443b-4e00-982a-8259852e48f4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-13472769-1dfd-4e58-9384-024964fac8c7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-75cade41-f209-464d-977b-445c6caa2f7e) 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 {
}
