#contact_form {
	width: 590px;
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.grey_text { color: #58595b; }

label {
	float: left;
	width: 237px;
	font-weight: bold;
	color: #58595b;
	display: block;
}

.field {
	margin-bottom: 15px;
}

.text_field {
	width: 150px;
}

.text_area {
	width: 440px;
	height: 90px;
	margin: 10px 0;
}

div.missing_field, div.missing_field label {
	color: #cc0000;
}

.box .missing_field select, .missing_field input {
	border: 1px solid #cc0000;
}


/* Date Picker */
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 21px;
	height: 22px;
	padding: 0;
	margin-left: 5px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../../images/wealth_banking/date_picker_icon.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -30px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
/*	width: 140px;*/
	float: left;
}