/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2e43ac90-3a6f-41e2-9667-d2ecf0a269ee) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2ae931ea-1177-45e8-9e88-9f25682dc1c3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-30e48a44-fe2b-4e0f-893a-28264fa80fff) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9c470e1f-1142-4646-86a2-f18d1761a0c3) 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 {
}
