/* make jquery UI datepicker smaller */
.ui-widget {
	font-size: 11px;
}

#pickdate {
	width: auto;
	margin: 2px 0 0px;
	padding: 7px;
}
#pickdate input {
	width: 75px;
	margin-right: 10px;
}
#pickdate input[type=submit] { 
	display: none;
}
#pickdate #submitBtn { /* for IE6 */
	display: none;
}
#pickdate div {
	width: auto;
	float: left;
	color: #00447B;
	font-weight: bold;
	font-size: 14px;
}
#pickdate span {
	margin-left: 15px;
}
#pickdate a {
	margin: 0 5px;
}