﻿#pnlPixelExplorer
{
    position:fixed; 
    bottom:20px; 
    right:20px;
    display:none;
    font-family:Verdana; 
    width:150px;
}
.PixelExplorer
{
	border:2px solid black;    
    height:175px; 
    background-color:#f6f6f6; 
}
.PixelCoordinates
{
	margin-top:10px;
	font-weight:bold;
	text-align:center;
}
.LockPanel
{
	margin-top:15px;
}
.UnlockedPanel
{
	margin-top:2px;
}
.LockText
{
	margin-top:5px;
	font-size:13px;
}

.RoundedCorners
{
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
.PixelExplorerHelp
{
	font-size:11px;
	height:75px;
	margin-top:10px;
	border:2px solid black;
	padding:5px;
	background-color:White;
}
