/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-65e07343-3a42-4b09-9074-a3eb97fd6e21) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6725d401-19f4-4009-a869-e08e645769bb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d6744a73-ec9b-49f3-8ca8-a044ab01756a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2142557d-ae9e-4c37-b07d-f037fff1ec7d) 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 {
}
