/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0921cc08-8d77-4af3-bec6-8a6d32a08236) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8836cab9-2070-472a-a033-63be56d5f2c4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6bb66f9f-2775-4c41-b89b-e0ea2510420a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e05af1be-c774-4cd3-bf69-1c529160cdab) 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 {
}
