/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9ec7ea4f-6451-4af4-8c82-3f456e83d37d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5987c496-d06c-40d0-9754-a89217b3109e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e83b0376-925d-48cf-9565-6ca90508c210) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0d4b5005-e711-451f-876b-40b10a5fa7cd) 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 {
}
