/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e758818a-f97d-4a97-9ac8-3f528beb78f1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fd09405b-176d-47f8-9fab-6657dcda4f3e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2f964ddb-f7fc-434c-b5b3-c475b3a78493) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3211a130-5b31-492a-9803-dd0a6b081cea) 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 {
}
