.root
{
	margin-left: auto;
	margin-right: auto;
}



/* */

.registerHeader
{
	color: #e2e4ed;					/* light purple */
	background-color: #727ba0;		/* medium purple */
	font-size: 110%;
	font-weight:bold;
	padding:5px;
}

.registerHeaderSub
{
	color: #e2e4ed;					/* light purple */
	background-color: #727ba0;		/* medium purple */
	font-size: 90%;
	font-weight: normal;
	padding:5px;
}

.cartHeader
{
	color: #e2e4ed;					/* light purple */
	background-color: #727ba0;		/* medium purple */
	font-size: 110%;
	font-weight:bold;
}
.cartText
{
	color: #3e4257;					/* dark purple */
	font-size:100%;
}

.cartText a:link, .cartText a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #3e4257;
}


.cartRow1
{
	line-height:125%;
	background-color: #e2e4ed;		/* light purple */
	color: #3e4257;					/* dark purple */	
	padding: 5px 5px 5px 5px;
}
.cartRow2
{
	line-height:125%;
	background-color: #eaeabb;		/* light yellow */
	color: #3e4257;					/* dark purple */
	padding: 5px 5px 5px 5px;
}

.label
{
	font-family: Arial;
	font-weight: bold;
	font-size: 80%;
}



/***************

.box { 
  background: #E2E4ED; 
}
.boxtop { 
  background: url(../images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 1px; 
  background: url(../images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 21x; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 1px 1px 1px;
}
*****************/

/* BOX STYLES */
.boxTitle
{
	color: #ffffff;
	font-size: 95%;
	font-weight: bold;
	background-color: #522400;
	padding: 10px 10px 10px 10px;
}
.box0
{
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	background-color: #522400;
	padding-left: 2px;
}
.box0sub
{
	color: #FFFFFF;
	font-size: 90%;
	font-weight: normal;
	background-color: #522400;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.box1
{
	font-family: Arial;
	font-weight: bold;
	font-size: 90%;
	color: #4E4E4E;
	padding: 1px 4px 1px 4px;
	background-color: #88B2C8;
}
.box2
{
	font-family: Arial;
	font-weight: bold;
	font-size: 90%;
	color: #ffffff;
	padding: 6px 6px 6px 6px;
	background-color: #88B2C8;
}


/* DROP STYLES */
/* DROP STYLES */
.boxTop
{
	height: 10px;
	background-image: url(../images/boxTC.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.boxLeft
{
	width: 10px;
	background-image: url(../images/boxML.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.boxCenter
{
	padding: 5px 5px 5px 5px;
}
.boxRight
{
	width: 10px;
	background-image: url(../images/boxMR.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
.boxBottom
{
	height: 10px;
	background-image: url(../images/boxBC.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.boxTitle
{
	color: #ffffff;
	font-size: 95%;
	font-weight: bold;
	background-color: #C78A8A;
	padding: 10px 10px 10px 10px;
}

