.text_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#fff;
	border:3px solid #2f2911;
	width:190px;
	height:20px;
	background-color:#000000;
	text-decoration: none;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}
.text_box_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#fff;
	border:3px solid #2f2911;
	width:480px;
	height:100px;
	background-color:#000000;
	text-decoration: none;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}
.submit {
	background-color: #2f2911;
	width: 85px;
	height: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}




/* 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: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/date_icon.jpg) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#fff;
	border:3px solid #2f2911;
	width:190px;
	height:20px;
	background-color:#000000;
	text-decoration: none;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	float: left;
}
