/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-36e873eb-82af-4765-a2da-d0b7a2d49ced) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4fd9a218-185e-4d00-ae98-28dd7ca2e12b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-893a2a24-efa1-4171-a160-12f52f5b432d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-914a469e-1c1b-47b5-813a-d347016f6a52) 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 {
}
