/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d2adcc04-bbd0-4cb3-a8c5-fc484fe49386) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-00222911-0f88-45b2-9164-72d6dde2813f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-135b93e6-bade-49dd-b78a-20bd0ad9aa05) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-245e4b23-4575-4619-9f2c-86037c498835) 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 {
}
