/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1ec1dd1d-503f-4fb6-9d34-c6c2ea155632) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-17ea577b-a306-4f43-9c5a-4dd8ab555a48) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d14733c0-385d-4504-8406-4bce73a8e300) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7b1d861b-2b93-46b7-b340-c0fb0b835b9d) 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 {
}
