#userForm table, #loginForm table, #basementClients table, #basementItemComments table {
	font-size: 12px;
	width: 100%;
}
#userForm input, #userForm select, #loginForm input {
	width: 100%;
	border-width: 0;
}


#userForm td, #loginForm td {
	border: 1px solid #cfcfcf;
	padding-left: 10px;
}
td.empty {
	border-width: 0 !important;
}
.userMenu {
	width: 99%;
	background: #FAE2BB;
	height: 25px !important;
	color: #000;
	margin: 0 3px;
	text-align: center;
	font-size: 12px;
}

.userMenu a {
	color: #000; !important;
}
.userMenu th.first {
	background: url(/img/userMenuSeparator.png) no-repeat right 6px;
}
.userMenu a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
	font-size: 14px;
}
.userInfo {
	width: 100%;
}
.userInfo td {
	border: 1px solid #cfcfcf;
	text-align: center;
	font-weight: bold;
	color: #808080;
	font-size: 10pt !important;

}
#basementItemComments td, #basementClients td {
	padding: 6px 15px;
	background-color: #ececec;
	border: 1px solid #cfcfcf;
	font-weight: normal;
}
#basementItemComments td.user, #basementClients tr.even td {
	background-color: #D0D0D0;
}
table td {
	vertical-align: top;
}
#basementItemComments .rating {
	text-align: center;
	font-weight: bold;
}
#basementClients .client {
	color: #fd8612;
}
#ratingsTab {
	background-color: #ececec;
	border: 1px solid #cfcfcf;
	margin: 0 4px;
}
