/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2b7f6088-c1a8-4e8d-8242-653a72e41e08) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0dcdf0f2-fe6c-40fc-b761-3cf1fa686b95) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2482d735-1023-44f0-97a9-c3226c40689a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e707dc27-ec32-4949-b533-203628bf96b5) 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 {
}
