/* set the image to use and establish the lower-right position */ 
.cssbox, .cssboxsmall, .cssbox_body, .cssbox_head, .cssbox_head h2, .cssbox_head h3 {
    background: transparent url(busbox.gif) no-repeat bottom right; 
} 
.cssbox { 
    width: 674px !important; /* intended total box width - padding-right(next) */
    width: 674px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto; /* use to position the box */ 
} 

.cssboxsmall { 
    width: 210px !important; /* intended total box width - padding-right(next) */
    width:  210px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 15px 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 { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DCEC13;
	
	background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding:  25px 0 15px 17px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the top-left image */ 
.cssbox_head h3 { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DCEC13;
	
	background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 21px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* to go intide the box header */ 

.boxadminbuttons

{

position: absolute;
 padding:  0px 0px 0px 80px;
		
}
/* set the lower-left corner image */ 
.cssbox_body {
	background-position: bottom left;
	margin-right: 10px; /* interior-padding right */
	padding: 9px 0 25px 18px; /* mirror .cssbox_head right/left */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
} 

/* set the image to use and establish the lower-right position */ 
.blankbox, .blankboxsmall, .blankbox_body, .blankbox_head, .blankbox_head h2, .blankbox_head h3 {
    background: transparent url(blankbox.gif) no-repeat bottom right; 
} 
.blankbox { 
       width: 200px !important; /* intended total box width - padding-right(next) */
    width: 200px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 5px auto; /* use to position the box */ 
} 


/* set the top-right image */ 
.blankbox_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 */ 
.blankbox_head h2 { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003300;
	
	background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding:  25px 0 15px 17px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the top-left image */ 
.blankbox_head h3 { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DCEC13;
	
	background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 21px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 




/* set the lower-left corner image */ 
.blankbox_body {
	background-position: bottom left;
	margin-right: 10px; /* interior-padding right */
	padding: 9px 0 25px 18px; /* mirror .cssbox_head right/left */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
} 


