/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-464300b2-63ec-4fcc-8555-1681a6473a4b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3e5e1d3d-8a2d-4de4-ac34-6bc831f79512) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c9825683-9933-42ab-98d6-21649c5ccf08) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b3175d0f-23de-4d02-bcda-7892e4097864) 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 {
}
