/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-780bdc2f-4c08-44a1-bdb1-31eec72f464c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5ecb0345-ead1-4603-8634-98b6d98543f1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9118917b-459a-49d4-a996-93906144309f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-51fb3156-d5bb-450f-bf86-2f69a3c2464b) 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 {
}
