/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-48b463db-8e4f-46ef-b65b-b8f6201948ca) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-acbfc81e-fa7a-434c-8cb2-6fd853d5d9a9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ef5f2afe-524c-4b57-9d4c-8281138505f5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b3bb1ea6-6c26-43b3-b322-b2f4352ecf86) 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 {
}
