form h2 {
	margin-top: 3px;
}

#new_password {
	margin-left: 90px;
	font-size: 95%;
}

#new_password table td {
	vertical-align: middle;
}

#projects td {
	border-top: 1px solid #ddd;
}

#projects tr.project td {
	padding: 16px 0 13px 0;
	background: bottom url('../images/divider.png') repeat-x;
}

img.handle {
	opacity: .3;
	cursor: move;
}

.handle:hover img, tr.dragging .handle img {
	opacity: 1;
}

#default_image {
	position: absolute;
}

ul.nav {
	margin-bottom: 0;
}

ul.nav li {
	padding-top: 8px;
}