/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-776462b0-fa37-4ffb-8b77-27c7bda03d28) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-691007a7-9b52-4186-9919-7802c386c508) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fd8860d9-a86a-4add-8ba8-17552f727e49) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d3f7c6fd-9f7f-4371-9f41-5c024fd090b4) 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 {
}
