/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5b118307-c919-492e-b4a9-dd9ed23572cc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c89bb99a-98e0-4125-8bda-949ce42f59b7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5def975e-cf8d-49f6-9ff0-e1ad4c183713) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a149c9be-3564-4a06-a5f3-af9ebf7a071e) 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 {
}
