/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9d7c055e-ad59-4597-aad9-6b5a9b1d1eb4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a328fcd4-21a9-46f9-b896-13e25e6e282b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9970172b-62ac-4e95-a788-b5a9fd3e2277) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b97709d8-9cdb-430f-a123-5cf9c03e7ab7) 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 {
}
