/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7cf72fa8-2409-4161-a52d-33542a365515) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-81e1a135-beef-4b95-8f73-5da585b2cd90) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-02abcf71-8ccf-4701-b9bf-aa02d23b23b6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ac2e251f-14b0-4da4-8657-3eb3e86f7a0c) 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 {
}
