/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-24628b2b-7432-4100-828b-340a064121b0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-315ab4ba-4928-44b1-93cf-3b850a324a51) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-61207091-152a-461c-810d-b16575eb2d7b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d0d7d583-43c9-4ff2-b65b-341f2b791df0) 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 {
}
