/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e11805d3-24f4-47fb-9490-c4e4c21ba64c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e64eba0a-28b9-4a7b-b390-af99b8a8a26f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5d027f77-f933-44a9-a612-9ef68b9a01a7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b8a92a3d-36a7-4a62-885c-60b98729caed) 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 {
}
