/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-748aea57-83fb-40d6-a34b-3360f9c164b9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-61050559-89da-4b9d-bf9f-b1ae18b7f975) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5bb515ef-5a8b-4929-8c46-df870da5b8af) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-aeaf0db3-f968-42ba-935f-f58920fb0dac) 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 {
}
