/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-94913f68-3563-4aba-a30c-687e55957429) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9d2ab8e4-2f08-4f03-b52c-ab53d1cccd9c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f3ce9158-5c7f-4990-9fac-9cbd69cd5888) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-197c0a3f-e950-4b7b-b787-a90512f5a405) 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 {
}
