/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3c45d90b-b88d-4aa5-be4a-43f8130297ed) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-126b4ffc-843f-49d5-9f8f-3dc8b874132b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3d014ac4-3898-4cd7-9448-714928d3e1ef) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-683f314f-0b11-4352-a2f9-2ba00f885462) 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 {
}
