/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c9d447fe-b95e-49a5-91ea-1d6aa510fa28) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2c5bad55-4d7f-45e4-b7f6-d4a6788b9f9b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f09a553e-3c0b-43ac-99f2-446f5a16f703) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f9f54cfb-4a16-47d6-9185-b6dfec87d846) 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 {
}
