/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-378cda4b-52c6-4789-82e2-b83cd715468b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c3ae16b1-680c-4725-b658-7281e0d58628) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9382b223-ab7c-44eb-b30a-df2b599e4329) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1647f731-7011-46ac-b798-0640124d72d8) 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 {
}
