.datepicker{
    width: 80px;
}
#startDate_picker{
    background-image: url("/images/calandar.gif");
    height: 16px;
    width: 16px;
    border: none;
}
#endDate_picker{
    background-image: url("/images/calandar.gif");
    height: 16px;
    width: 16px;
    border: none;
}
/* --- Form Buttons --------------------------- */
	input.buttonLarge {
		background:	  url('/images/admin/buttonLarge.jpg') no-repeat top left;
		border:		  none;
		width:        121px;
		height:		  29px;
		float:		  right;
		margin:		  5px;
		
		font-family:  Arial, Helvetica, sans-serif;
		font-size:    11px;
		font-weight:  bold;
		color:		  white;
		text-decoration:none;
		cursor:       pointer;
	}
	input.buttonLarge:hover {
		background:	  url('/images/admin/buttonLarge_hover.jpg') no-repeat top left;
	}
	input.buttonSmall {
		background:	  url('/images/admin/buttonSmall.jpg') no-repeat top left;
		border:		  none;
		width:        85px;
		height:		  20px;
		float:		  right;
		margin-right: 5px;
		
		font-family:  Arial, Helvetica, sans-serif;
		font-size:    10px;
		font-weight:  bold;
		color:        white;
		text-decoration:none;
		cursor:       pointer;
	}
	input.buttonSmall:hover {
		background:	  url('/images/admin/buttonSmall_hover.jpg') no-repeat top left;
	}
    