/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5cfb55d4-7f1e-437a-a601-d9e801431bfe) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-30eeeeee-5dd0-49ce-a75d-00fc2ba9515e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bd403254-9f3f-45d2-a969-c761f698d30b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cc8d24b9-fd9b-43ec-b155-cbc3fb750ca8) 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 {
}
