/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-df07ff11-1c98-4b03-b5ff-82279eb986e9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9c14285b-c1e0-4285-88c7-c72cef39d816) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4f5044d2-796a-4e2f-bfa1-fb966e227cb5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c172eb4c-2fff-4d2a-adf0-fe4b4ae73787) 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 {
}
