/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-59c4bf7b-fb59-411b-b05a-811801573346) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9d979aae-20ff-45af-9096-003c308c5025) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-673e77ea-a52f-4288-8078-57ac0686242c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-18e8bf1e-2596-450b-b756-3c535f2cc8a8) 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 {
}
