/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6b0e309e-3f76-4ec0-96a4-8ee47bcf0f1c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7852cf10-cb9c-4225-b921-79f008392f54) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cb87d805-782d-4c58-a159-79108cb069bd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b9dc10cb-b820-4286-98f2-d74f26b90674) 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 {
}
