/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7989c092-02d0-4155-8cc7-7dacfc748ceb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-25c3c7bf-c3d4-4e13-b55f-58afe8f08ad3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e825f246-fdac-42e3-95c5-44ea29ffc201) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-86266c6d-d65f-40eb-8748-14e751ef3262) 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 {
}
