/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3ef2c5e7-2689-4e03-b7ab-e1a3876e3140) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bca7765d-9479-493a-8c63-94eb76911f3c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8dad9fc7-b47d-4779-b3d2-78f607649bcd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5a087c5d-6fea-45da-84f3-fe23b7bcfba5) 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 {
}
