.dateDropDown {
	padding: 0px;
	z-index: -1;
}

.dateDropDown.dropDown {
	background-color: #dcdcdc;
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;		
}

.dateDropDown.calendar {
	position: absolute;
	background-color: transparent;
	width: 10px;
	height: 10px;
	z-index: 101;
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;		
}
