/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-082bf82a-b559-4fd3-ad98-3a0037f21c96) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-407775d1-0bac-478f-9b8a-33bd04b43ec3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-33abe972-49b6-4730-a9bd-500ca8dfc2f9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-40c493f1-8236-4760-9eff-cf98391825c6) 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 {
}
