/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9587a593-8025-446b-a031-e5c030787c7b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c6077c17-c131-4091-8ac4-920da147c60e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e2a93f28-e086-4cbb-88da-be77ff413909) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-94f5bce4-3760-4447-8fcf-7e2b5233c1d4) 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 {
}
