/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-41a2e3b2-2975-453b-bd6f-003475d77719) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-77f6f0d6-537d-417b-9487-7b046f1f7502) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5987b079-fccd-42b0-86d7-2a25e859a406) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-39c19a29-ca0b-4e6f-9a9d-a1c317b7990e) 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 {
}
