/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b426a707-645f-4174-b86a-f448d6d7b418) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-43f40c1a-05b3-469b-8bc2-7c1dc36a53b7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-35f26929-ab6f-4393-8baa-cff5186717c7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-135c451a-00d0-4365-8d13-a9726674f891) 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 {
}
