@charset "UTF-8";
/* CSS Document */

#button_submit, #content #searchKeyword, #content .pagejump a.returnLink {
	background:url(http://greatriversnetwork.org/web_assets/button_bg.png) no-repeat;
	text-decoration:none;
	color:#FFFFFF;
	border:1px solid #ccc;
	margin:0 0 0 10px;
}
#peoplecontent {
	border-top-color: #fff;
	border-top-width: 2px;
	border-right-color: #FFFFFF;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
}
.submitWrapper {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left:5px;
	background-color: transparent;
	background-image: url(http://greatriversnetwork.org/web_assets/gradient_panel_bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: center;
	background-y-position: top;
}
*html #content .submitWrapper p {
	margin:-10px 0;
	}
html>body #content .submitWrapper p {
	*margin:-10px 0;
	}
.submitWrapperEnd {
	height: 10px;
	margin-left:5px;
	background-color: transparent;
	background-image: url(/web_assets/gradient_panel_bg_end.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: center;
	background-y-position: top;
}
#header {
	display:none;
}
#firstName, #lastName {
	width:125px;
	margin-right:5px;
	}
.right{
	float:right;
	}
.left {
	float:left;
	}