/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b41f013a-e788-41f2-8c69-58f732d729ad) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-15b9a362-cfe5-448d-ba0d-660d51eb2ea5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-805e018c-d7f8-49e3-9d38-dbf88124fdd9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a3e3eb52-ad8a-4b30-bcf9-c06af498eca7) 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 {
}
