/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e009640e-4a85-4da9-b1f4-ae93deb4afd8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5ac0f58b-9ad2-4c63-b195-2d16111d57a1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-25b2f125-579b-4e3e-88df-80a0d17b921f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-91702a6c-c401-4e3f-a80c-8458bb8c9673) 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 {
}
