/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8c083cfd-4c17-42e8-bd70-d02df1463da1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e632e3ef-6ef8-41aa-a43d-ac294ac300c1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-80d35411-9129-4ad8-b035-20085e5b66dd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4f91e0fa-b701-4470-9650-d3130751cf34) 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 {
}
