/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6260a355-64ca-43d2-8108-29bbf396b208) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3e4b1087-03ec-4b4d-a92c-37e1a8235467) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5de5b7cf-00c9-45e3-ac72-22a6935ea76f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-64888ea3-e495-447b-937d-2921cb010ca5) 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 {
}
