/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b3def1a9-ff43-47af-9757-d09c58329948) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3e43b0e8-55f5-44c6-bc6b-4b6794731031) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ef11189b-0ac4-4833-8672-9e482345b5ff) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7b7f8510-e84c-4427-9d82-a78fb43d3b6e) 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 {
}
