/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-61052922-f164-47b9-ac3b-26e1dc5aca5f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6a4e204c-3ae9-480a-abc1-1d7d0e8738e0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-af6fc622-80df-4e65-b44a-b26fa7ed3c9e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2bca6462-a12a-4ad4-b5c7-8bdb05417f05) 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 {
}
