
	.rwr_block /* the containing div element around the date pickers */
	{
		background:#fff;
		text-align:center;
		font-family: arial,helvetica,verdana;
		
	} 
	.rwr_label /* the “Check In:” and “Check Out:” text labels */
	{
		font-size:12px;
		font-weight:900;	
	} 
	.rwr_dayLabel /* the abbreviated name of the current selected date */
	{
		font-size:12px;
	} 
	.rwr_picker /* the drop-down form controls */
	{
		font-size:12px;
	} 
	.rwr_button /* the “GO” button */
	{
		font-size:12px;
		width:50px;
		font-weight:900;	
	} 
