/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0067b1f4-362f-4197-9e1e-fb4b8ca71b6e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3d633483-2524-45e2-bcdd-6f51fcc7cc23) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ab852f47-ac06-4be3-af63-d9b864305870) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6d60752b-e059-4b23-b197-2453f7990cf6) 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 {
}
