Whenever I insert the BDPLite control into a <div> tag with the listed CSS it stretches the calendar image to 5 or 6 times it's normal. size.
In my CSS for the <div> tag;
#main
{
float: left;
width: 854px;
padding: 20px 0 0 0;
margin: 0px 0px 0px 30px ;
display: inline;
}
The regular (non free) DatePicker is fine in the same <div>, any ideas?