

#lookup{
	font-family: Arial;
	width: 430px;
	float: left;
	margin-right: 10px}
	
#help{
	font-family: Arial;
	width: 330px;
	float: left;
	margin-left: 10px}
	
#title{
	background-color: #1d2d4b;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	display: block;
	text-align: center;}

.note{
	text-align: center;
	color: #C00;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;}

.step{
	display: block;}

.step a{
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	clear: none;}

.step a img{
	border: none;}
	
.step span{
	font-family: Arial;
	font-weight: bold;}

.step p{
	font-family: Arial;
	font-size: 13px;
	margin: 0 0 20 0;}

#lightbox{
	background-color:#FFF;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	}
#lightboxDetails{
	font-size: 13px;
	padding-top: 10px;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ font-size: 13px Arial; font-weight:bold; float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

