/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a4cfd2e3-2f3f-497f-b1a9-b0c82586492c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b516fece-f7f9-49f7-958d-78a39e82c085) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4e825871-e406-4d99-96b4-bddee20695a0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7b59f1cb-0c9d-4ed6-b805-1cb9710431d2) 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 {
}
