/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-681701a4-fb73-4961-a4c1-f5ee236e7776) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7e80f5a5-127c-48cf-948f-2c0f6936112d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ce1e8d7f-3267-4d3f-b04f-ced38b69775b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-219156cb-b29f-494b-ba9d-7981392487be) 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 {
}
