/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c379f864-601c-4e49-862a-369a5230fe98) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-24eac136-9442-4f3b-84eb-5e39875ff9a7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aad2d87a-4044-452a-95d7-e40d16d81ed4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-27b8c706-4217-4f18-bf0c-9f8c26ac43c0) 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 {
}
