/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c46aaf1d-ecb3-469f-b931-7a5e901011fc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5f590f23-e6ea-4ecf-83be-64aee03985ea) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d835b4c9-b751-494e-ae66-cf2854698461) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6e0ca13c-7639-4c20-b8ff-8f8a42743687) 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 {
}
