/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c838d612-6bf9-4580-8274-f151e409217a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4f453506-2747-475d-a489-3882caab725e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8bf684b6-f041-4647-bdbb-4d73d4c8bafc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9985e165-0677-4f98-a47c-17225a10bdf9) 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 {
}
