/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-91947b74-bfd5-4ca5-ba1d-0b439c540bde) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2b861bc9-5b32-4d83-8ee0-2402a042172e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dc01ad60-f62c-453e-816a-a3b3d290e5e9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c13caf49-f124-4ece-ab52-2be30bfad144) 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 {
}
