/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-abc64e4f-b60b-4921-a706-72f5b9648b1b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2efe0abc-1d66-46e4-b401-1c7a23b3bc00) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ab0716a1-2153-4efa-bb46-1031a4bf02d4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a6246794-5aee-494f-a137-2ec2a548f7b5) 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 {
}
