/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e2cc1766-efc7-4d2a-911b-7ae9441cf38b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e5cf8211-3e2a-4280-b977-2c25ac8f210a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a07542c3-458b-45b5-96fe-76929f472949) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dfc16df7-580b-4106-835a-d98fff769b20) 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 {
}
