/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7e54da1a-738b-45fd-adcd-6fa9e5517e33) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c9c790a1-0a10-4ba2-832d-daf7399bd551) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7c82ba15-af7b-427c-9986-aac427348d17) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8a8c805b-8603-4bda-93aa-00d00e6c3815) 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 {
}
