/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d41e2608-5e22-4265-8820-884a292b250f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b9548bbf-a391-44ab-a340-023bfa0cea32) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8d4e13e5-8d33-4b68-a995-df264e2d8f70) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-412a5b49-1c20-41ba-85fe-c28bbe67d3b4) 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 {
}
