.__CP
{
}

.__CP .__CPField
{
 float: left;
 position: relative;
 cursor: crosshair;
 outline: 1px solid #000;
 font-size: 10px;

}

.__CP .__CPField:hover { }
.__CP .__CPField:hover .selection {  }

.__CP .__CPField .selection
{
 background-color: inherit;
 display: block;
 width: 30px;
 height: 30px;
 position: absolute;
 margin: -5px;
 z-index: 100;
 border: 1px solid #333;

}
.__CP .__CPField .selection:hover {
 opacity: 1; filter: alpha(opacity=100);
}
