/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-42a5c2a2-1015-4130-b6bf-42f01c4146ab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ba0c922b-70b1-4e77-b0c5-7c95ba41e43e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d4993221-acc9-48bf-8cbd-30e549c93420) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-344e537f-ccca-4150-be6a-572cdd55fe8f) 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 {
}
