/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fcc8c061-47db-48c2-9e40-7946aacbcf92) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b7f3f4d2-140f-4316-9d8b-a95c1b30284b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4d44ca3a-5188-4906-bfd7-cdb3e9e5a677) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7780413e-bb26-4459-a9fb-5fdc9cee932e) 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 {
}
