/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-939b7552-1d3b-4608-9897-cef3b0376280) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b30131cc-0b78-49af-90c7-5e3afc24bc29) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6113336d-b898-4db7-8faf-e1058c53bcf2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d135b47a-bfac-492e-879e-f70b4f5f6366) 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 {
}
