/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e1041bc6-9535-49bf-81a6-76dd32d57e24) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8c4c6844-7cec-41b9-ad0b-5f128522183f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-92623b5a-a034-453e-bca1-0883dadfa558) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1df36b94-5bb3-4029-8cc8-b8f0d0f863f1) 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 {
}
