/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b763b988-8f76-4fbc-8933-46bda26ded83) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8e729005-925c-433d-a306-8a90c934fccb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-80aecc0d-9b5b-45b9-87db-a455dc6c6559) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f5c01000-850b-49e7-a15e-806272559143) 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 {
}
