/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-28935c36-12e2-42e9-a262-30ae2a462725) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3ef51ab5-f319-40a6-ba07-9de5889c1c4b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-58357106-5162-41cf-aaf8-763cba62adba) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b931dd00-a653-4cd8-b48d-c1c38759a81d) 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 {
}
