/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-892e8d35-005b-4742-94dc-d4696b34eb16) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b4dad1f4-06bc-40c7-97b3-02d90d923902) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cee3ea7a-7164-41e7-b9f3-7153379b5d1c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2d4dacad-57c0-4129-bd16-e412e2292bd6) 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 {
}
