/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-49d7f55e-4260-4ad9-ac25-2edf48207b4f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-016977ed-bc9e-458a-bdf8-c49918b0a2ba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f39b1cfc-578e-4e54-bf1e-627d8b3a3726) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-641ddbf8-8c72-4851-82ef-240bb1c8e33f) 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 {
}
