/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ed8adeea-6346-438b-8a1d-7ce0f41ed0c6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f409c415-d413-4ec4-a25d-777e918d7b64) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0bdb099d-0dcf-4b31-bb9e-1cdb0679fa8b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4da32066-1dc1-4f0f-acca-c4dfebea0181) 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 {
}
