	#iconPickerFog {
		background-color: #000;
	}
	
	#iconPickerBox {
		width: 600px;
		height: 400px;
		margin-top: -201px;
		margin-left: -301px;
		background-color: #fff;
		border: 1px solid #333;
	}
	
	#iconPickerHeader {
		height: 15px;
	}
	
	#iconPickerIconHolder {
		width: 560px;
		height: 315px;
		padding: 5px 20px;
		border-top: 1px dashed #ccc;
		border-bottom: 1px dashed #ccc;
		text-align: left;
		position: relative;
		top: 0px !important;
		top: -10px;
	}
	
	#iconPickerIconHolder a {
		display: block;
		float: left;
		padding: 5px;
		margin: 5px;
		width: 16px;
		height: 16px;
	}
	
	#iconPickerIconHolder a img {
		display: block;
		width: 16px;
		height: 16px;
	}
	
	#iconPickerClosebutton {
		display: block;
		width: 125px;
		position: absolute;
		bottom: -2px !important;
		bottom: 3px;
		left: 50%;
		margin-left: -62.5px;
	}