/* Copyright 2006 Microsoft Corporation.  Microsoft's copyrights in this work are licensed under the Creative Commons */
/* Attribution-ShareAlike 2.5 License.  To view a copy of this license visit http://creativecommons.org/licenses/by-sa/2.5 */

.CopyPasteInput
{
	position: absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	width:16px;
	height:15px;
	padding:0px;
	z-index:100;
	cursor:pointer;
	filter:alpha(opacity=0); KHTMLOpacity:0; MozOpacity:0; opacity:0; }

.webClipControlDiv {
background: url(/images/liveClipIconUnselected.png) left top no-repeat;
width:16px;
height:16px;
z-index:99;
}

 /* \*/
* html .webClipControlDiv {
background: none;
float: left;
width: 16px;
height:16px;
z-index:99;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/liveClipIconUnselected.png', sizingMethod='scale'); 
}
/* */


.webClipControlSelectedDiv {
background: url(/images/liveClipIconSelected.png) left top no-repeat;
width:16px;
height:16px;
z-index:99;
}

 /* \*/
* html .webClipControlSelectedDiv {
background: none;
float: left;
width: 16px;
height:16px;
z-index:99;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/liveClipIconSelected.png', sizingMethod='scale'); 
}
/* */