/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ce5f679f-a650-4072-9b24-4460807359b3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-caa1f68f-eef3-45bd-b1bd-ccb5ee45dd23) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e351d79a-ab8b-4c8f-a12d-2d97a39f75b1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-08b4a5f9-3ae3-4e03-8420-8c57ffa2ee6c) 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 {
}
