﻿/* set the image to use and establish the lower-right position */ .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { background: transparent url(demobox.png) no-repeat bottom right; } .cssbox { width: 210px !important; /* intended total box width - padding-right(next) */ width: 220px; /* IE Win = width - padding */ padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ margin: 20px auto; /* use to position the box */ } /* set the top-right image */ .cssbox_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 */ .cssbox_head h2 { background-position: top left; margin: 0; /* reset main site styles*/ border: 0; /* ditto */ padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ .cssbox_body { background-position: bottom left; margin-right: 25px; /* interior-padding right */ padding: 10px 0 15px 25px; /* mirror .cssbox_head right/left */ } 
.roundedcornr_box_827137 {
   background: #e6eadf;
}
.roundedcornr_top_827137 div {
   background: url(roundedcornr_827137_tl.png) no-repeat top left;
}
.roundedcornr_top_827137 {
   background: url(roundedcornr_827137_tr.png) no-repeat top right;
}
.roundedcornr_bottom_827137 div {
   background: url(roundedcornr_827137_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_827137 {
   background: url(roundedcornr_827137_br.png) no-repeat bottom right;
}

.roundedcornr_top_827137 div, .roundedcornr_top_827137, 
.roundedcornr_bottom_827137 div, .roundedcornr_bottom_827137 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_827137 { margin: 0 10px; }

a:link 
{ 
color: #3366ff; text-decoration:none; 
}
a:visited 
{ color: #3366ff; text-decoration:none; }
a:active 
{ color: #3366ff; text-decoration:none;} 
a:hover 
{ color: #9787B6; text-decoration:none;}