/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c612f896-b787-4999-87da-9ccf1592308e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4f42e5d3-db1b-4476-89ea-e548f2898b36) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-707407c8-ab14-4149-9b9f-61cadc663c3e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e6b2ee65-336d-4d21-87cd-113e1728a8a1) 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 {
}
