/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2676e814-8283-4f78-a2c7-97fd101d7cde) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5638e4c0-4f1d-49fb-8281-50c26af18cb0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c2079762-580f-461c-a9ae-ca588abc6424) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cd4a4c2d-c4fe-44f9-929d-64f96cd5ab2b) 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 {
}
