/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-038c6d84-3344-41ad-87d5-3f00a813b03e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6ae0da63-ad78-46c8-aab8-d202da000a83) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-700b030f-be40-4690-8b73-5dcbc83a566b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-00683b8d-41d7-4378-8d0c-44415d123bef) 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 {
}
