/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c4c32d91-6a51-4c54-950d-bceff01c3de5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5bde61c0-05d3-4a1c-81dc-19ec225efb74) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ada6781b-a1bf-483c-87b0-3144ffabf4e6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-aea119c0-13f5-4664-b5e0-cefdf2708ad5) 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 {
}
