/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-178e2aad-30ad-486d-b7b4-b6ce2cba221b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3799598e-d9fc-4f81-95cb-518865a34418) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2ca087cc-e898-4d6c-af28-ae2e9ea8bc63) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-330a49f3-c260-46e9-b0ef-31b9f7a9b3df) 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 {
}
