/******************* NEW ADD ONS *********************/

.centre
{
float:left;
}

.right
{
float:left;
}

.bubble
{
display:block;
width: 200px;
}


/**************** Main Box ****************/
/* set the image to use and establish the lower-right position */
.box,.box_body,.box_head,.box_head h1 {
   background: transparent url("/images/Background.png") no-repeat bottom right;
}
.box {
   width: 420px !important;
   /* intended total box width - padding-right(next) */
   width: 435px; /* IE Win = width - padding */
   padding-right: 15px;
   /* the gap on the right edge of the image (not content padding) */
   margin: 0px 0 10px 10px; /* use to position the box */
}  /* set the top-right image */
.box_head {
   background-position: top right;
   margin-right: -15px; /* pull the right image over on top of border */
   padding-right: 40px; /* right-image-gap + right-inside padding */
}  /* set the top-left image */
.box_head h1 
{
   background-position: top left;
   margin: 0; /* reset main site styles*/
   border: 0; /* ditto */
   padding: 8px 0 7px 15px;
   /* padding-left = image gap + interior padding ... no padding-right */
   height: auto !important;
   height: 1%; /* IE Holly Hack */
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   color: #ffffff;
}  /* set the lower-left corner image */
.box_body 
{
   background-position: bottom left;
   margin-right: 5px; /* interior-padding right */
   padding: 1px 0 15px 15px; /* mirror .adsbox_head right/left */
   /*position: relative;*/
}
/************ end  **************/

/**************** Main Box ****************/
/* set the image to use and establish the lower-right position */
.boxRight,.box_bodyRight,.box_headRight,.box_headRight h2 {
   background: transparent url("/images/Background_P.png") no-repeat bottom right;
}
.boxRight {
   width: 220px !important;
   /* intended total box width - padding-right(next) */
   width: 235px; /* IE Win = width - padding */
   padding-right: 15px;
   /* the gap on the right edge of the image (not content padding) */
   margin: 0px 0 10px 10px; /* use to position the box */
}  /* set the top-right image */
.box_headRight {
   background-position: top right;
   margin-right: -15px; /* pull the right image over on top of border */
   padding-right: 40px; /* right-image-gap + right-inside padding */
}  /* set the top-left image */
.box_headRight h2 
{
   background-position: top left;
   margin: 0; /* reset main site styles*/
   border: 0; /* ditto */
   padding: 8px 0 7px 15px;
   /* padding-left = image gap + interior padding ... no padding-right */
   height: auto !important;
   height: 1%; /* IE Holly Hack */
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   color: #ffffff;
}  /* set the lower-left corner image */
.box_bodyRight 
{
   background-position: bottom left;
   margin-right: 5px; /* interior-padding right */
   padding: 1px 0 15px 15px; /* mirror .adsbox_head right/left */
}
/************ end  **************/
 

div.scroll 
{
    height: 100px;
    width: 181px;
    overflow: auto;
    border: 0px solid #fff;
    background-color: #ffc20e;
    margin: 0 5px 0 10px;
    padding-left:5px;
}