/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-28c02610-9c00-4f9b-bf3e-d20cfb54c647) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0a8540ac-262f-4a78-b030-82743f4c04ca) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aeac9a9f-1c39-42da-b766-0f52c3db2d53) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2b041a2e-5f52-49ad-9f82-725df6f172cf) 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 {
}
