.combinationWrapper{
	width:440px;
	float:left;
	border-bottom:1px dotted #CCCCCC;
}
.deleteItem{
	width:20px;
	height:20px;
	background:url(images/delete.png) no-repeat center;
	float:left;
	margin-top:35px;
}
.deleteItem:hover{
	cursor:pointer;	
	margin-top:35px;
}
.newCombination{
	float:left;
	width:450px;
}
