/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-21d8e5d3-de9b-4203-b798-379e1da68a35) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dd48264d-5ca7-42e6-abc4-f318a46ba535) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7c66fe21-0323-4b78-b858-416d7a61e1cb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ae5eb592-cca7-4932-869e-45d12bf9346a) 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 {
}
