/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-564ec60c-151f-484b-82a3-f8626de885c0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9eef3ea4-5d47-4977-aba7-177468cd486c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-087083ab-f2b3-4802-af69-6716decf9515) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7750c771-e925-456a-b16d-6d89275bd497) 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 {
}
