/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e1ea9b11-0b00-42c2-87e6-ba52c1928a72) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-38d61919-703a-412e-adf8-aee4e3a8ca1d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-df57a63c-8af3-4048-bf9d-85f3b6879037) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d4b6b2c5-0917-471e-86bd-f2cff7870c72) 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 {
}
