/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2f0c9067-76c4-43c7-88c5-db7bacaa40bb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0e64b16c-b660-4838-9c6f-5c765c7bca6e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cfcbe12d-a63d-4e68-a65f-9b88ca449060) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5e55d336-178f-4e47-b328-4836392f5177) 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 {
}
