/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b2ed1f3f-c32d-4b3d-9144-ea79b45db690) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-856b2ca6-8853-4f81-9e51-0b265bcdbbbd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a29ee690-f82f-475d-bef9-f37986459550) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7c27f411-9f64-49a6-9a3b-6ccd78bf4426) 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 {
}
