#widget {
	position: relative;	
}
#widgetField {
	width: 105px;
	height: 20px;
	text-align:center;	
	background: url(../images/fieldp.png);
	overflow: hidden;
	position: relative;
}
#widgetField a 	{
	display: block;
	position: absolute;
	width: 26px;
	height: 20px;
	top: 0;
	right: 0;
	text-decoration: none;
	text-indent: -3000px;
}

#widgetCalendar {
	position:absolute;	
	left: -416px;/*-220px;/*105px;*/
	top: 24px;/*-0px;*/
	height: 0px;	
	width:568px;
	overflow: hidden;	
	
}
#widgetCalendar .datepicker {
	position:relative;
	bottom: 0;	
	left:0px;	
	top: auto;	
}

#widgett {
	position: relative;
}
#widgetFieldt {
	width: 105px;
	height: 20px;
	text-align:center;
	background: url(../images/fieldp.png);
	overflow: hidden;
	position: relative;
}
#widgetFieldt a 	{
	display: block;
	position: absolute;
	width: 26px;
	height: 20px;
	top: 0;
	right: 0;
	text-decoration: none;
	text-indent: -3000px;
}

#widgetCalendart 
{
    position:absolute;
	top: 24px;
	left: -416px;
	height: 0px;	
	width:568px;
	overflow: hidden;	
	
}
#widgetCalendart .datepicker {
	position:relative;
	bottom: 0;	
	left:0px;	
	top: auto;	
}

