fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	

} /* space out the fieldsets a little */
legend
{
	font-weight: bold;
	font-size:14px;
}
label
{
	float: left;
	width: 15em;
}
label.index
{
	float:none;
	width:auto;
	display:block;
}
label.inline
{
	float:none;
	width:auto;
}
input:focus
{
	background: #F0F0C0;
}
/*
#account
{
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
*/
#account div
{
	width: 25em;
	float: left;
}
/*
#account label
{
	float: none;
	display: inline;
}
*/
.clear {
  clear: both;
}
caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}
col {
  border-right: 1px solid #ccc;
}
col#albumCol {
  border: none;
}
thead {
  background-color: #C0C0C0;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}
#productHead {
  text-indent: -1000em;
}
tr:hover {
  background-color:#5589BB;
  color: #fff;
}
thead tr:hover {
  background-color: transparent;
  color: inherit;
}
table.nohover tr:hover {
	background-color:Transparent;
}