/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b573ad37-318a-41e3-a856-a4979bbb8ecd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1a42f78a-81e4-494d-ab12-9b62c38dc8c8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-82c19375-99be-4237-aa5c-30cf7de309b9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-28df7927-7ee3-4571-bd21-5dfbc4c2604a) 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 {
}
