.curved_box_grey .Head {
color:#0e597a;
font-family:Calibri, Arial, Helvetica;
padding:0px;
margin:0px;
}
.curved_box_grey-container {
 background-color:#f2f2f2;
 padding:0px;
 display:block;
 border:solid 1px #ffffff; /* for some reason this makes a difference in display of the box*/
}

/*curved outline box*/
.curved_box_grey-container .outline-bottom-left
{
    background:url("images/bottomleft_curve.gif") 0 100% no-repeat;
}

.curved_box_grey-container .outline-bottom-right
{
    background:url("images/bottomright_curve.gif") 100% 100% no-repeat;
}

.curved_box_grey-container .outline-top-left
{
    background:url("images/topleft_curve.gif") 0 0 no-repeat;
}

.curved_box_grey-container .outline-top-right
{
    background:url("images/topright_curve.gif") 100% 0 no-repeat;
    padding:15px; /*this controls padding in the box*/
    padding-top:4px;
}

.curved_box_grey-container .outline-top
{
    background:url("images/borderdot.gif") 0 0 repeat-x;
}

.curved_box_grey-container .outline-bottom
{
    background:url("images/borderdot.gif") 0 100% repeat-x;
}

.curved_box_grey-container .outline-left
{
    background:url("images/borderdot.gif") 0 0 repeat-y;
}
.curved_box_grey-container .outline-right
{
    background:url("images/borderdot.gif") 100% 0 repeat-y;
    
}


