/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2bcd5e95-78f6-494f-b795-455ea4050694) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-56367f70-8b05-464b-8bdc-34e9a84576b8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-609cb4f0-cc9f-48bd-b33b-d01fbf2753a3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-34e52a17-c888-4df2-9b7f-b2bec1b33336) 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 {
}
