/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9770abf8-fa33-4fcd-b4cd-fb52bfcb1b6b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-435c4e95-3a96-491f-9d3d-013447c5b506) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ac62fc05-c288-41a7-995a-f703850e6baf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bcb93fe7-b659-4809-af3f-cee9af054b99) 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 {
}
