/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7e6d42a3-259b-404c-9373-a50beca7bc74) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0918957f-650b-4f6b-96c0-d6a185362d43) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6751b45b-285b-425b-acbc-43bfe2d9b583) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5c49fcb4-0036-4d0f-acfd-06905a51fea1) 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 {
}
