fieldset.lot-box { 
	border-top: 1px solid gray;
	padding-top: 5px;
	/*margin-top: -5px;*/
	padding-bottom: 5px;
}
fieldset.lot-box > table { 
	width: 100%;
}
a.catalog_button {
	display: block;
	text-align: center;
	cursor: pointer;
	color: #666;
	background: #EFEBD6;
	border: 1px solid #a3b0bb;
	text-transform: uppercase;
	padding: 2px 10px;
	margin-bottom: 5px;
}
a.catalog_button:hover {
	border-color: #8594a0;
	background: #e8e2c4;
	color: #555;
}
a.catalog_button:first-child {
	margin-top: 5px;
}
/*a.catalog_button:last-child {
	margin-bottom: -5px;
}*/
#form {
	float: left;
	margin-right: 20px;
}
#form .btn {
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
form[name=prefs] select {
	width: 75px;
}
/******* MY HINDMAN *******/
.myhindman_nav ul.menu.level-1 li {
	margin-bottom: 5px;
}
.myhindman_nav ul.menu.level-1 li a {
	padding: 5px 0 5px 28px;
	background: #EFEBD6;
	color: #576674;
	display: block;
	text-transform: uppercase;
}
.myhindman_nav ul.menu.level-1 li a:hover {
	color: #EC4047;
}
td.account-left-col {
	width: 28%;
}
td.account-middle-col {
	width: 60%;
}
td.account-right-col {
	width:15%;
}