.wishListBox {
	position: absolute; z-index: 100; border: 1px solid grey; background-color: White;
}

.newListBg {
	background-color:  #1A3E6F; color: white; padding-left: 5px;
}

.textBox {
	margin-top: 10px; margin-bottom: 10px; display: none;
}

.createBut {
	background-color: #1A3E6F; color: white; width: 90%; height: 20px; font-size: 10px; cursor: default;
}

