/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eb1ef603-5110-4ed5-8f35-e1034f788880) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7439d2af-d206-4c57-b201-f053cbf2f596) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f0a4e0ce-7173-4b23-bc66-6db7f5378298) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ea736bd2-a028-4598-808b-21afdb3efce5) 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 {
}
