/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-15b94118-05d9-4e4a-81e7-016f7a9bb9ad) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5c438dab-04f3-4df7-8a22-959b42658233) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-19391c83-f53e-466e-9759-3991d3ddb976) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d0ff76bb-bab0-4c8f-92a7-6e8b9f063d52) 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 {
}
