/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1c39f32b-174a-4729-a2ac-e60be53e7421) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-eece385f-640e-4b92-9431-9e71b5868530) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f5a7d4c7-6bc1-4c9c-85bc-5a7f1396d50b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-33ef67cf-08e4-4cf0-94c2-6bb0c21ebf8a) 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 {
}
