/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-13b44788-584c-499e-8fc1-57e73391ea20) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f08efa6c-c8a2-424b-b973-ee9f672a819f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d1cc8ebc-e618-42ab-b509-ce15fa0c4230) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-292f5e99-e4a6-4996-b036-2aae09199963) 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 {
}
