/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4c891b9e-3bfa-41c6-a0c3-9b5f846d71ba) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-84b07fa7-b633-4966-91c9-efedc4825ecc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ef3e1015-e66d-4d4b-9fdf-7a96f33d2425) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-90e59871-85b1-4b45-ac50-ad66886622fa) 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 {
}
