/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a314d6ee-8a60-4e8f-bb00-632150b874a0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8d8678b8-0754-4b58-b209-62b25a237fcf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9d9a782b-7e0b-40b5-bab7-19157759f891) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bec633ac-740f-4c03-951a-c0659879bb23) 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 {
}
