/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-20465084-f5bc-4e65-9b6b-d2ceab9b7cfb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-866553e5-4cb9-4e20-95a3-6c5ff44d9a7d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4b0e88ff-1938-42bd-8615-70979d03c09a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-12eb8960-8037-48b3-b124-ce4d6bb00a16) 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 {
}
