/* Code obtained from spiffybox.com & www.modxcms.com/simple-rounded-corner-css-boxes.html */
/* set the image to use and establish the lower-right position */
.submitReviewBox, .submitReviewBox_body, .submitReviewBox_head, .submitReviewBox_head h6 {
	background: transparent url(../images/mainRound_logo.png) no-repeat bottom right
}

.submitReviewBox {
	position: 	relative;

	width:    	600px;
	/* intended total box width - padding-right(next) */

	/* the gap on the right edge of the image (not content padding) */
  	padding-right:	15px; /* use to position the box */
  	z-index:		1;
}

/* set the top-right image */
.submitReviewBox_head{
	background-position:top right;	

	/* pull the right image over on top of border */
  	margin-right:-15px; 
  	height:		10px;
}

/* set the top-left image */
.submitReviewBox_head h6 {
	background-position:top left;
	
	/*  This margin keeps the top-left image from overlapping 
	  with the upper corner of the top-right image*/
	margin-right: 	15px;
}

/* set the lower-left corner image */
.submitReviewBox_body{
	background-position:bottom left;

  	/* mirror .submitReviewBox_head right/left */
	width:    	575px;
	padding:  	10px 10px 10px 20px;
} 

/* Code obtained from spiffybox.com & www.modxcms.com/simple-rounded-corner-css-boxes.html */
/* set the image to use and establish the lower-right position */
.contactUsBox, .contactUsBox_body, .contactUsBox_head, .contactUsBox_head h6 {
	background: transparent url(../images/mainRound_logo.png) no-repeat bottom right
}

.contactUsBox {
	position: 	relative;
	width:    	600px;
	/* intended total box width - padding-right(next) */

	/* the gap on the right edge of the image (not content padding) */
  	padding-right:	15px; /* use to position the box */
  	z-index:		1;
}

/* set the top-right image */
.contactUsBox_head{
	background-position:top right;	

	/* pull the right image over on top of border */
  	margin-right:-15px; 
  	height:		10px;
}

/* set the top-left image */
.contactUsBox_head h6 {
	background-position:top left;
	
	/*  This margin keeps the top-left image from overlapping 
	  with the upper corner of the top-right image*/
	margin-right: 	15px;
}

/* set the lower-left corner image */
.contactUsBox_body{
	background-position:bottom left;

  	/* mirror .contactUsBox_head right/left */
	width:    	575px;
	padding:  	10px 10px 10px 20px;
} 

/* Code obtained from spiffybox.com & www.modxcms.com/simple-rounded-corner-css-boxes.html */
/* set the image to use and establish the lower-right position */
.thankYouBox, .thankYouBox_body, .thankYouBox_head, .thankYouBox_head h6 {
	background: transparent url(../images/mainRound_logo.png) no-repeat bottom right
}

.thankYouBox {
	position: 	relative;
	width:    	600px;
	/* intended total box width - padding-right(next) */

	/* the gap on the right edge of the image (not content padding) */
  	padding-right:	15px; /* use to position the box */
  	z-index:		1;
}

/* set the top-right image */
.thankYouBox_head{
	background-position:top right;	

	/* pull the right image over on top of border */
  	margin-right:-15px; 
  	height:		10px;
}

/* set the top-left image */
.thankYouBox_head h6 {
	background-position:top left;
	
	/*  This margin keeps the top-left image from overlapping 
	  with the upper corner of the top-right image*/
	margin-right: 	15px;
}

/* set the lower-left corner image */
.thankYouBox_body{
	background-position:bottom left;

  	/* mirror .thankYouBox_head right/left */
	width:    	90%;
	padding:  	10px 10px 10px 20px;
} 

/* Code obtained from spiffybox.com & www.modxcms.com/simple-rounded-corner-css-boxes.html */
/* set the image to use and establish the lower-right position */
.largeBox, .largeBox_body, .largeBox_head, .largeBox_head h6 {
	background: transparent url(../images/mainRound_logo.png) no-repeat bottom right
}

.largeBox {
	position: 	relative;
	width:    	600px;
	/* intended total box width - padding-right(next) */

	/* the gap on the right edge of the image (not content padding) */
  	padding-right:	15px; /* use to position the box */
  	z-index:		1;
}

/* set the top-right image */
.largeBox_head{
	background-position:top right;	

	/* pull the right image over on top of border */
  	margin-right:-15px; 
  	height:		10px;
}

/* set the top-left image */
.largeBox_head h6 {
	background-position:top left;
	
	/*  This margin keeps the top-left image from overlapping 
	  with the upper corner of the top-right image*/
	margin-right: 	15px;
}

/* set the lower-left corner image */
.largeBox_body{
	background-position:bottom left;

  	/* mirror .largeBox_head right/left */
	width:    	90%;
	padding:  	10px 10px 10px 20px;
} 
