/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-22241588-e539-4dc4-b48e-7b64fa7271c9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5db431da-c769-46cd-a405-3970a209660e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f1e64e40-eb6a-455f-b5a2-025de972fd2a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-13978abc-8ee1-4446-9d66-460b035727d8) 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 {
}
