/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2736e6af-0e73-46b6-bed3-eb289fc2b082) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0d728695-3c8c-4399-86c1-b133156e0b35) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7f6681f9-3bc6-416a-96e8-0b7879275ffe) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d6939845-a83f-4483-a545-b33c5cccada8) 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 {
}
