/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a574f723-bfc7-4b23-afdb-0c05ab8b6b88) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e5f73a91-0fa9-42c9-954b-f1489c7a543f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d4c9914c-040f-4e38-a673-9fbcef5a4f28) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-872b4fc8-9b0a-4c24-8977-04ddb8d21851) 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 {
}
