/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dc5e2b91-4ef0-46b8-9fc4-8ca243846086) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-73aa0c9e-ca8d-4505-b63b-6aad2167d2bd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4d7746a8-ab84-4972-a64b-6cd0a8c83eb0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0aa83ecd-e94c-4f86-8696-18b246700a96) 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 {
}
