/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bc402182-44f4-4ebe-8130-2f538107e579) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-125c2a5e-cda8-4c64-8319-b724188b90bd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-64eed051-88d9-4af4-b236-b4687e233e85) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1de32418-7099-441a-a4c2-f9dbf9ceebf4) 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 {
}
