/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7909f745-cac0-4fb1-b2a5-092a708c21ab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cfb6c43e-f20b-4e77-996c-f6356b7c2f8a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-56ff1067-0bec-4b33-9410-1c9fe8140764) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ecf0e596-1b02-4dad-9cac-f1fa489df361) 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 {
}
