/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8e1292f8-a39d-4eae-aab4-348997a56a38) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-47b538e6-2f05-4c31-b8ef-de111698e7c5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-55f15440-23ad-47a5-ba4c-fb572fc8d41a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-26deb691-911e-4ad0-8ef8-3e5643cda144) 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 {
}
