/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b12268d8-5593-4089-ab49-9ba99886e668) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-542ee655-e630-4522-8162-f92fa164483b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-816c6d10-e719-4c3a-8b80-192b7deb3742) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f08bf8e8-6943-4e4a-b7bc-98cd7f150a9c) 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 {
}
