/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-52202f20-9a16-4554-9182-d1bd44a9786f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7ae674bc-c2d1-4e9a-8234-fb3894471258) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e4d9997c-9e7a-4c5c-a530-2f3c1fd8fc99) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-43aa0192-d4f9-4eac-9e00-0947b0ce9fa4) 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 {
}
