/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7b2d01f8-56e0-4808-96c9-7c901464675f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-419bbb6a-269c-4a0b-b1f9-40db9bbedf91) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6e126040-acc5-43cd-b16a-465b893468a2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7a4719c5-84ec-476e-a511-ddb5ba8221d3) 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 {
}
