/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-43c3475d-ace5-4e00-8b57-72d86544a0ba) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bd1c54a6-94bf-4572-81a2-b02b87667d5a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e69a5415-aa22-40c9-a0ec-583fd452b5bc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d5271aa3-48f0-4fd6-b813-d479a4a1810d) 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 {
}
