/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c48392bf-11fd-4884-993f-3790b687c505) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-896d1851-d9e2-4e21-90b1-0d6c82e305ed) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-151f9632-7d16-47a8-90e9-abd3d27b9623) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b824d850-933a-49d7-84ec-f674eedcd7c7) 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 {
}
