/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-40e50d51-d8f9-431a-9398-1ece55e07298) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-288cae9f-9b8a-43f8-9708-82142669ed0d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5aa3cba4-400a-45db-a21e-8dba0a2f1cec) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-122cf265-3c5f-415f-9a58-4dd373a3d9b2) 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 {
}
