/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-04848feb-45dc-44d6-ab9f-8eb62249a56e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bc486a00-7c6c-4cab-9201-826f6fa2019e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4a1fcf26-da41-4f49-9a35-203b8ba26d44) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7c98837b-393f-4954-bf64-e50a7c3dbf61) 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 {
}
