/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-becafd0e-5f3b-4440-8122-f5440096626e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c31cc659-1713-4773-ba08-ecb3a7966c5e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a46946f6-f65b-4fa7-92c9-ee0a7171322c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d737437b-a5fd-4f01-8b3c-093387d5b375) 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 {
}
