/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b019e48b-3455-45ab-97c6-7a5e47e5e1fb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e4291a18-b6e1-4627-8955-a3aabd413530) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-952093fd-6437-4026-8ce8-245304224ec1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7fc121f1-098c-4c72-9c63-4c3f1e2960b2) 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 {
}
