/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9a21c6b9-1556-40d8-9d45-e3c45b434f57) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9ef79eca-5fc7-402f-849d-48ec95ab37f6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-316dd534-e0ac-442f-8681-357f1ae20658) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bcf563be-fb80-4ccb-8912-1028f4c94f84) 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 {
}
