/* styles for registration pages */
#masthead, .page-heading {display:none;}
#menu {
	width:100%;
	text-align:center;
	background-color:white;
	padding:10px;
}
#menu img {margin:0 10px;}
.maincolumn {
	width:790px;
	margin:20px;
}
.maincolumn #content {width:810px;}
.main-content {width:770px;}
.main-content h1 {margin:20px 0;}

/* for shared login page */
.story h2 {margin-bottom:30px;}
.story .sharedlogin {
	width: 45%;
	float: left;
}
.story .left {margin-right: 20px;}
.story #login_in { border-right: 1px solid #CCCCCC;}
.story #login_ft {
	clear:both;
	padding: 30px 0;
}


