/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-474f065a-0878-4192-a144-699147623b0d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-972bac7b-5da5-4b46-9761-b221365ab922) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7abc021a-8e55-459d-be51-fd78d54cb0db) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c061f615-395e-46f1-b1c2-16b809f97b4b) 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 {
}
