/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9ec17aa0-126d-4a9b-9161-46b3d7b56803) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b6cc341f-deb3-46b7-bb63-a7ad3676c878) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-92c53d07-c674-4d58-b6e7-fb5027bb49ca) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-49f54236-c4fc-40f3-83a9-9ec4bb01a4a2) 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 {
}
