/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-02527029-bbea-41e9-b901-20420bf1d1fb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b0b25279-414b-423e-9718-238ffde10547) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-995c696b-6ff1-4c6e-a549-29aedd9dbd20) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2b93575a-a64d-4ba9-92ad-a3610f96c4f1) 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 {
}
