/*************************************************************************/
/************* Used for grey background on normal screens ****************/
/*************************************************************************/
/* set the image to use and establish the lower-right position */ 
.cssbox0, .cssbox0_body, .cssbox0_head, .cssbox0_head div 
{ 
	background: transparent url(../Images/layout/bg_box_large.png) no-repeat bottom right;
} 


.cssbox0 { 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 5px 0px 0px 0px; /* use to position the box */ 
} 
*html .cssbox0 {  margin: 5px 0px 0px 0px; /* IE Win = width - padding */  }



/* set the top-right image */ 
.cssbox0_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 */ 
.cssbox0_head div {
	display:block;
	background-position: top left; margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	height: 17px!important; height: 1%; /* IE Holly Hack */ 
} 
.cssbox0_head div {padding: 10px 0 10px 40px;}/* padding-left = image gap + interior padding ... no padding-right */ 

/* set the lower-left corner image */ 
.cssbox0_body { 
	background-position: bottom left; margin-right: 5px; /* interior-padding right */ 
} 
.cssbox0_body {padding: 15px 0 15px 5px;}/* mirror .cssbox_head right/left */ 


/*************************************************************************/
/********************* Used for login control ****************************/
/*************************************************************************/
/* set the image to use and establish the lower-right position */ 
.cssbox1, .cssbox1_body, .cssbox1_head, .cssbox1_head div { 
	background: transparent url(../Images/layout/back_box_login.jpg) no-repeat bottom right;
} 

.cssbox1 { 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px 0px 0px 0px; /* use to position the box */ 
} 
*html .cssbox1 {  margin: 0px 0px 0px 0px; /* IE Win = width - padding */  }

/* set the top-right image */ 
.cssbox1_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 */ 
.cssbox1_head div {
	display:block;
	background-position: top left; margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	height: 10px!important; height: 1%; /* IE Holly Hack */ 
} 
.cssbox1_head div {padding: 0px 0 10px 40px;}/* padding-left = image gap + interior padding ... no padding-right */ 

/* set the lower-left corner image */ 
.cssbox1_body { 
	background-position: bottom left; margin-right: 5px; /* interior-padding right */ 
} 
.cssbox1_body {padding: 5px 0 15px 5px;}/* mirror .cssbox_head right/left */ 


/*************************************************************************/
/****************** Used for reset password control **********************/
/*************************************************************************/
/* set the image to use and establish the lower-right position */ 
.cssbox3, .cssbox3_body, .cssbox3_head, .cssbox3_head div { 
	background: transparent url(../Images/layout/back_box_login_size8.jpg) no-repeat bottom right;
} 

.cssbox3 { 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px 0px 0px -55px; /* use to position the box */ 
} 
*html .cssbox3 {  margin: 0px 0px 0px 0px; /* IE Win = width - padding */  }

/* set the top-right image */ 
.cssbox3_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 */ 
.cssbox3_head div {
	display:block;
	background-position: top left; margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	height: 17px!important; height: 1%; /* IE Holly Hack */ 
} 
.cssbox3_head div {padding: 10px 0 10px 40px;}/* padding-left = image gap + interior padding ... no padding-right */ 

/* set the lower-left corner image */ 
.cssbox3_body { 
	background-position: bottom left; margin-right: 35px; /* interior-padding right */ 
} 
.cssbox3_body {padding: 5px 0 15px 5px;}/* mirror .cssbox_head right/left */ 


/*************************************************************************/
/****************** Used for registration control ************************/
/*************************************************************************/
/* set the image to use and establish the lower-right position */ 
.cssbox4, .cssbox4_body, .cssbox4_head, .cssbox4_head div { 
	background: transparent url(../Images/layout/back_box_login_size7.jpg) no-repeat bottom right;
} 

.cssbox4 { 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px 0px 0px -55px; /* use to position the box */ 
} 
*html .cssbox4 {  margin: 0px 0px 0px 0px; /* IE Win = width - padding */  }

/* set the top-right image */ 
.cssbox4_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 */ 
.cssbox4_head div {
	display:block;
	background-position: top left; margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	height: 17px!important; height: 1%; /* IE Holly Hack */ 
} 
.cssbox4_head div {padding: 10px 0 10px 40px;}/* padding-left = image gap + interior padding ... no padding-right */ 

/* set the lower-left corner image */ 
.cssbox4_body { 
	background-position: bottom left; margin-right: 35px; /* interior-padding right */ 
} 
.cssbox4_body {padding: 5px 0 15px 25px;}/* mirror .cssbox_head right/left */ 