.pickerButton
{
   display:inline-block;
}

.pickerContainer
{
   width:440px;
   height:260px;
   background-color:Red;
}

.pickerTitleContainer
{
   background-color:Gray;
}

.pickerTitle
{
   display:inline;
   float:left;
}

.pickerCloseIcon
{
   display:inline;
   float:right;
}

.gridContainer
{
   height:150px;
   width:100%;
   overflow:auto;
}

.pagerContainer
{
   width:100%;
   text-align:right;
}

.pickerFooter
{
   
}

.pickerObjectsFound
{
   display:inline;
   float:left;
}

.pickerButtonsContainer
{
   display:inline;
   float:right;
}