/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e6d30057-fd06-44f6-8634-c8d1c8544bef) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6ae299a4-1cfe-4519-b545-e7c80d9bd283) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5f08de43-0b17-4cf6-bd7c-79b0e6a20df6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3b888911-7f6c-43c6-8e01-50cdc6fff8d4) 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 {
}
