/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c3a913c5-49f3-48fb-89ab-f3e38cb8c535) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bda64022-f416-466e-877d-301094f46b9a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-08c6531b-d6ba-432f-88f5-9e46ac6e746e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-abf34a0c-c888-477e-a770-1aedaa44f52c) 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 {
}
