/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-97674c9c-a1a2-4985-8f8d-226ba68aee12) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e59bfc40-f4f9-40f0-8c51-bcfc0cd169b6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f66bb031-0852-4e19-b5ee-85a56d5883e7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-783e442f-3374-4988-8bb1-910179b8c4cc) 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 {
}
