/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d0dc5965-ca0a-4afe-b0a4-da4c3b48db71) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-08c828b7-a228-4931-a31e-f684c55ddb8e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d520a692-1334-435d-a288-6932026e63f3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b8081b70-8b9f-476e-b9b6-4e668f9d8779) 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 {
}
