.fieldCalendar {
	margin-top: 20px;
	margin-bottom: 20px;
}

.fields {
	margin-top: 20px;
}

.pbSubmit {
	border: none;
	border-radius: 10px;
	padding: 10px 20px;
	background-color: #00336F;
	color: white;
}

.pbSubmit:hover { 
	background-color: white; 
	color: #00336F; 
	border: 1 px solid #00336F;
}

#fbuilder .ui-datepicker-header { 
	background: #00336F;
	color: white;
	text-shadow:none; 
	font-family: Century Gothic;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

#fbuilder .ui-datepicker { 
	font-family: Century Gothic;
	font-size: 12px;
}