
input.inputDate {
	border: 1px solid #999;
	padding: 4px;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	width: 65px;
}
#widget {
	position: relative;
}
#widgetField {
  background:url("../images/field.png") right;
  border-left:1px solid silver;
  height:26px;
  overflow:hidden;
  position:relative;
  width:274px;
  }

#widgetField input {
  background:transparent;
  border:none;
  font-family:sans-serif;
  font-size:13px;
  font-weight:bold;
  height:22px;
  padding:2px 10px;
  text-align:left;
  width:240px;
}

#widgetField a 	{
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	right: 0;
	text-decoration: none;
	text-indent: -3000px;
}
#widgetField span	{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 0;
	height: 26px;
	line-height: 26px;
	left: 5px;
	width: 250px;
	text-align: center;
}
#widgetCalendar {
	position: absolute;
	top: 26px;
	left: 0;
	height: 0px;
	overflow: hidden;
	width: 588px;
}
#widgetCalendar .datepicker {
	position: absolute;
	bottom: 0;
	top: auto;
}

#widgetCalendar .datepicker a:hover{
	color: #b6f063;
}
