/***** TAB NAVIGATION *****/

#navbar {
	background: url(/images/about/header.png) top right no-repeat;
}

.navbar_reflect {
	background: url(/images/about/reflection.gif) top right no-repeat;
}




/***** FORM *****/
/* Based on code by Mark Newhouse of aListApart.com (thanks, Mark!) */

div.container {
	width: 350px;
	margin: 10px auto; 
	padding: 5px;
}

div.container .Button {
	margin-left: 115px;
}

div.row {
	clear:both;
}

div.row .formLabel {
	float: left;
	width: 100px;
}

div.row span.formField {
	float: right;
	width: 235px;
}

div.spacer {
	clear: both;
}
