/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c98bae07-3b75-4cd0-b6ac-95977b086889) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-92994f27-043c-4b0a-83f4-14b5999af74d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6d575b2c-e961-4949-8f58-24935d68b415) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0b5d8bb6-878d-4067-b192-05ca90b1488c) 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 {
}
