/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-83fc0f4a-7944-4fbc-80da-ca2e671fe5c6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-aa58380d-b0b9-481b-9596-b9d48adcdd5a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8daa67e2-28f6-4f1c-8433-738a55b3b5be) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ca980e67-0471-4128-9be2-23831007fa54) 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 {
}
