/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d7fab065-99ac-47ee-b02d-787655d8c094) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2a912d69-59c7-4e40-920e-24eaacac10b2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6e2598e0-71eb-4ff9-b14c-c520428b4f47) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a2ad173b-2af8-40de-b102-fd49a7fcd462) 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 {
}
