/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a27f706c-cb24-4cd9-8d97-9fe81b7242ca) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ba2b3685-8416-4606-b9d9-a2f0da81a072) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fcefbb1b-697b-4e97-b0e4-64ecf9e754ca) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b9106948-c116-4413-81b8-5f0da45271c9) 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 {
}
