/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7f51ae21-6da0-48f6-a917-cf2e464a48f6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-582ae2a7-8708-48f8-b34f-7c9546325fbb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f32d8673-00e9-4655-81a4-b7b9454c31df) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ad0ccff3-4528-4106-914e-d0ef5e4f3d7a) 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 {
}
