.cart{  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	background-color: #FFFFFF;
	color: #000066;
  	margin: 0 auto;
  	padding: 10;
  	min-width: 500px;
  	max-width: 700px;
  	width: 650px; 
}
.cart label { 
	display: block;  /* block float the labels to left column, set a width */
	font-size: .9em;
	float: left; 
	padding-right: 5px;	
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-weight: bold;
	clear:left;
	line-height: 1.2em;
}
.cart fieldset {
  	clear: both; 
	border: 1px solid #990000;
  	padding: 10px;        /* padding in fieldset support spotty in IE */
  	margin: 0;
	color: black;
	width: 90%;
	margin: 0 auto;
}
.cart legend{
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
	padding:10px;
}
.display_prod_list{  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	background-color: #082248;
	color: #000066;
  	margin: 0 auto;
  	padding: 10;
}

.register form{  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	background-color: #FFFFFF;
	color: #000066;
  	margin: 0 auto;
  	padding: 10;
  	min-width: 500px;
  	max-width: 700px;
  	width: 650px; 
}
.register label { 
	display: block;  /* block float the labels to left column, set a width */
	font-size: .9em;
	float: left; 
	width: 190px; 
	padding-right: 5px;	
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-weight: bold;
	clear:left;
	line-height: 1.2em;
}
.register input, select{ 
	display: inline;  /* block float the labels to left column, set a width */
	font-size: .9em;
	float: left; 
	width: 250px; 
}
.submit input{ 
	display: inline;  
	font-size: .9em;
	width: 250px; 
	float:none;
}

.register fieldset {
  	clear: both; 
	border: 1px solid #990000;
  	padding: 10px;        /* padding in fieldset support spotty in IE */
  	margin: 0;
	color: black;
	margin: 0 auto;
}
.register legend{
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
	padding:10px;
}
.register div{
	clear:both;
}
.btn{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
.inst {  
	font-size: .9em;
	text-align: center; 
	clear:both;
	line-height: 1.2em;
	margin: 5px;
}
.inst_strong {  
	font-size: .9em;
	text-align: center; 
	clear:both;
	line-height: 1.2em;
	margin: 5px;
	color:#FF0000;
	font-weight:bold;
}
.hidden{
	display:none;
	float: left; 
	width: auto; 
	padding-left: 5px;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	clear:right;
}
hr {width: 95%;}