/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-787f3743-64f9-46cf-8cb5-5839acc35b3b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-97c39ebe-5474-49f1-b3e5-8bf29a1a558e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-504f929e-8d01-4c35-a5ff-3a7afd71dc7c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-33d1a258-8c09-48a8-9a43-6580e4624a5c) 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 {
}
