/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c33adc97-5797-4518-939c-c19a61ea9615) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-eff99bb2-f816-4ee7-ae4a-d30c2cc4dd89) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0d87522f-fd7e-4549-b294-b523fc03b448) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b0ce5ad8-07b1-4054-8198-de5a96a0a0a6) 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 {
}
