/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ded74af0-c40a-47f3-971b-d2640bbf66c3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4e43e3e8-9f3a-42ad-97a2-96996ee91088) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-73962a96-4d97-4a84-87c1-4043c53ccb18) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3356ceea-31f0-4841-972f-3f3194a28ec1) 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 {
}
