 #calendarcontainer,#calendarmenu, #calendarcontainer2,#calendarmenu2, 
 #calendarcontainer3,#calendarmenu3  { font-size:12px;border:1px double #b41d8d;}

 #datefields, #datefields2, #datefields3 { border:none; padding:0px; }

/*
        Set the "zoom" property to "normal" since it is set to "1" by the 
        ".example-container .bd" rule in yui.css and this causes a Menu
        instance's width to expand to 100% of the browser viewport.
    */
    
div.yuimenu .bd {  zoom: normal;  }

    /*
        Restore default padding of 10px for the calendar containtainer 
        that is overridden by the ".example-container .bd .bd" rule 
        in yui.css.
    */

#calendarcontainer, #calendarcontainer2, #calendarcontainer3  {     padding:10px;   }
#calendarmenu,  #calendarmenu2,  #calendarmenu3{    position: absolute;   }

#calendarpicker button , #calendarpicker2 button, #calendarpicker3 button  {

	background-color:#fff;
    background: url(../../images/calendar2.gif) center center no-repeat;
	padding:0px 10px;
    text-align: left;
    text-indent: -50em;
    overflow: hidden;
    *margin-left: 50em; /* For IE */
    *padding: 0 3em;    /* For IE */
    white-space: nowrap;
	border:none;
	
	width:23px;
	height:25px;

 }
	
#calendarpicker,#calendarpicker2,#calendarpicker3  {
		
	vertical-align: baseline;
		
}

