/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b54a9ab3-2040-4f84-9f9a-f2c9a248501b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4830d05a-f1f5-4ab5-a502-3c9df8268bd2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-46ce3293-7e70-4cf7-aeef-5d8d8ed6d1ae) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b05404ac-0c87-4fae-83ea-90395c28691a) 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 {
}
