/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-44f8c208-e81e-4c16-a9f1-4b4b46ab71f8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fe122f16-4098-48ae-a77f-bf1ab1fdbb9b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b23553a9-8fdc-4b95-8164-521cc531199a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-708eb243-dec4-4b42-a153-7403b01702fb) 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 {
}
