/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-75ad8307-208e-43f1-a856-ca5b86003143) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-99e250df-1864-4456-b5be-019f7312d39b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-78017902-a99a-4db7-9560-2b0a477976bf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f24d440d-2c5f-4740-816c-ad0527870c9e) 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 {
}
