/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f0375083-bde8-4cc0-af6d-9079762acb75) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-af234561-2771-4c2f-9cb2-4f1a18a09f44) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-49eaa48e-9113-4745-a811-4f137e4e9994) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4ea0d649-ab09-4b6a-a17a-8dfd06f41901) 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 {
}
