/* set the image to use and establish the lower-right position */ 
.mytopbox, .mytopbox_top_right, .mytopbox_top_left, .mytopbox_bottom_left {
	background-color: #0D99A2;
	background: url("images/gifback_03.gif") no-repeat bottom right;
} 
.mytopbox { 
    width: 740px !important; /*intended total box width - padding-right(next) */
    width: 720px; /*IE Win = width - padding */

	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin-left: 10px; /* use to position the box */
	margin-bottom: 10px;
	margin-top: 10px;
} 

/* set the top-right image */ 
.mytopbox_top_right { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 15px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.mytopbox_top_left {
	background-position: top left;
	margin: 0;
	border: 0;
	padding-top: 10px;
	padding-right: 0 px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: auto !important;
	height: 1%;
} 

/* set the lower-left corner image */ 
.mytopbox_bottom_left {
	background-position: bottom left;
	margin-right: 25px;
	padding-top: 0px;  
	padding-right: 0 px;
	padding-bottom: 15px;
	padding-left: 10px;
} 
