
	#lbHeader {					
		font: bold 14px arial;
		padding:5px 5px;					
  	border-bottom:1px solid #000; 
		margin-bottom:10px;
	}	
		#lbHeader span {
			color: #4db057;
		}		
	
	a.close {
		background:url(/_js/lightbox/controlmodal/close_button_lightbox.gif) top no-repeat;
		background-position: 0% 0px; 
		cursor: hand;
		cursor: pointer;
		width:15px;
		height:15px;
		float:right;
		outline:none;
		text-decoration:none;
		margin: 5px 5px;		
	}	
		a.close:hover{
			background-position: 0% -15px;
		}
	
	#lbBody {
		font: normal 12px arial;
		padding:0px 0px 0px 15px;
	}
		#lbBody ul {
		 list-style-type:disc;
		}
		
		#lbBody label {
			font: bold 13px arial;
			color: #666;
		}
		
		
		#lbBody input {
			font: normal 12px arial;
		}
				
		#lbBody a, #lbFooter a {
			font: normal 13px arial;
			color:#003ca2;
			text-decoration:underline;
		}

		#lbBody a:hover {
			text-decoration:underline;
		}	
		#lbBody label a{
			text-decoration:none;
		}

	#lbFooter {
		padding:0px 15px;
	}
	
	small {
		font-size: 11px;
	}	
	#instructions {
		margin: 10px;
		font: normal 13px arial;
	}
	.notice {
		background:#FFFFE0;
		border:1px solid silver;
		margin-top: 0px;
		padding: 10px 10px 10px 10px;
		font: normal 14px arial;
		color: #222222;
	}
	