/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-06559fca-8462-4cd5-9804-a2a20357344b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-af8d5d44-5489-4233-a8da-25f8c1d1d530) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a63b74ed-0b99-4ffc-ab05-9150dba2e435) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8ff7f191-177d-437e-9657-92f5d86e7270) 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 {
}
