/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-35eef754-ba31-40f2-a914-b71a537c5346) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ce4bb499-d212-4e19-9f44-7cc252d84df4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-48d413cd-8fb1-4783-8f5e-2c2cecd5f751) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-90429ecc-a611-47fc-8344-61839c2f5716) 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 {
}
