/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-059ae895-67a3-42aa-aef1-625a7c597854) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4cb698aa-43ed-4e94-b502-8972feac9e76) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dabf9168-32a3-4d79-b2d9-7fdbf808de55) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7e915923-9328-43d2-ac06-5e498af47460) 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 {
}
