/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eaca2d2a-d733-4367-ac0e-fa17ead78ccb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d3c24972-9a55-42cb-8a0b-cccc6b96aa51) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bdc4a19a-f989-4bfb-8e2c-8fb7eda057d3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-52afca70-4545-4bbe-ace2-ab07d987eec0) 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 {
}
