/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-aae5c5e5-8a76-4e12-886a-d93c0329e792) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fcedaf9b-a7e8-45e8-a553-2c84064c94d4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f61ac2fc-d57a-4952-8c9d-48253bbb9d93) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7c1c5d24-9f45-4bdc-8943-2d027622479d) 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 {
}
