/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8051f4ea-126b-4e9b-9975-3eccdec25376) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-75274ff9-3747-4192-89ed-a09f834970de) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-175ca172-91c4-444c-943a-88d65590bb42) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3199169b-643c-413e-8f6e-b0568ecb6c5c) 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 {
}
