/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7ca14810-e6ae-42e7-837d-fabb0bd2d417) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2cb27787-472e-4aa6-8347-a6858c4ad452) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9a43e8a2-be4c-4947-9815-611ff307e59f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-78ee301d-7571-499e-90d8-ab35571ee982) 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 {
}
