/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4e9c6693-458c-40e4-b7a5-d6f260bb3216) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-675ad082-1242-485e-af73-f8b12f5df30f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-37534d90-cbdb-4442-8b31-58cac4045a73) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-24de1fbe-144b-40bc-836c-b420485437fb) 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 {
}
