/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6262c2ba-b5d5-4c60-a540-c0b91fe7b4b5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-de3dd3e8-53c3-4f35-92b2-65f187120e5f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b0a50cd0-a93b-4b51-aeca-57e17be39ade) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a93847a9-6f1d-4c34-8c3b-c58cfd9bbf5e) 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 {
}
