#browse {  /* very similar to #docs */
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	width: 800px;
	font-size: 0.8em;
	background: white;
	margin: 10px 20px 10px 15px;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#browse h1 {
	font-size: 1.6em;
}

#browse h2 {
	font-size: 1.3em;
}

#browse h3 {
	font-size: 1.1em;
}

#browse .subject {
}
#browse .subject a {
}
#browse .sender {
}

#browse .search {
	padding-top: 20px;
	padding-bottom: 10px;
}
#browse .filter {
}

#google-id-sidebar {
	width: 120px;
	height: 100%;
}

#browse-wrapper td  {
	vertical-align: top;
}
