/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4314ee09-3fa1-4a80-bfbd-96e45fa257a2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-74ff0d4e-f96d-4e1b-87a4-6f9e1588cd6c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3360a6ac-88c6-42ce-bfa9-15b918f9ff02) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e64240e3-3688-41cc-892f-56a218efda45) 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 {
}
