/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dcec1fa9-dc3d-43af-ad08-4c21e21e1a84) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3cc49903-bb46-4341-b016-e7cb2cab1316) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f269b1fe-7be1-4b9b-a147-12baa4b85f5a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-55c822d9-88b4-45f4-99f6-b779644433ad) 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 {
}
